Question

Whether webhook integration allows JWT authorization with Power apps?

  • 10 May 2024
  • 1 reply
  • 102 views

I am trying to listen to Calendly events using Power Automate but we cannot expose the url directly to the web hook registration, what different methods can be used to call the API?

 

Whether Calendly allows JWT token integration while registration of a web hook subscription?


This topic has been closed for comments

1 reply

Userlevel 1

@amit88 - when creating a webhook subscription you can provide a “signing_key” value. This is a unique secret key shared between your application and Calendly.

This will allow you to verify the authenticity of the webhook by checking the webhook signature. More information can be found here - https://developer.calendly.com/api-docs/4c305798a61d3-webhook-signatures

Would verifying the webhook signature allow your team to expose the webhook url?