Skip to main content
Question

Read Webhook response

  • 27 August 2018
  • 1 reply
  • 449 views

I have created presence subscription using WebHook . And the WebHook is initiating when the availability is being changed. But I don't know how to read the response passed to WebHook . I have tried iterate through all the POST and GET variables. But doesn't seems any fields. Thanks for your help.





Hi, 

Could you please post the code you used to receive the webhook request?

If you use node express, you can read the webhook response like this: https://github.com/tylerlong/ringcentral-webhook-consumer/blob/master/src/electron/service.js#L20-L2...

Reply