Webhook not working with Microsoft Teams Power Automate - works with short URLs

Hi,

I’m trying to integrate Remote.it webhooks with Microsoft Teams, but the webhooks are not being delivered to my Power Automate workflow URL.

What’s working:

  • Webhook.site (short URL): Receives notifications successfully ✓
  • Direct PowerShell test to Power Automate URL: Works perfectly ✓

What’s not working:

  • Remote.it webhook → Power Automate URL: No notifications delivered ✗

Setup details:

  • Power Automate URL length: 290 characters
  • Remote.it webhook settings: URL appears saved correctly (same character count)
  • Notification type: Device state change (online/offline)

My question:
Is there a known URL length limitation for Remote.it webhooks? The Power Automate URL is quite long compared to typical webhook URLs.

Has anyone successfully integrated Remote.it with Microsoft Teams Power Automate workflows?

Any help would be appreciated!

The Webhook url is varchar 255. You can find documentation as well as some methods to test it here Webhooks | Remote.It

Thank you! I should have checked the documentation first - the 255 character limit is clearly stated there. I’ll use a URL shortener to work around this.

1 Like