Solved

Presence webhook does not work on production

  • 22 February 2021
  • 2 replies
  • 409 views

I have created an application on sandbox with Subscription and Read Presence permissions. Created a subscription to listen for inbound calls and send a webhook request to our server. All worked fine in sandbox (i.e called the sandbox number and received the payload as expected). I have graduated the app to production and registered the same webhook, but it doesn't work. I am not getting any hits to the registered endpoint, even though calls are constantly being made to the company

icon

Best answer by Phong1426275020 22 February 2021, 17:19

View original

2 replies

Userlevel 1

Do you subscribe for presence event notification at extension level or account level?

Thanks, yeah, I figured I should subscribe to each extension individually. So I called get extensions first, and then subscribed to all of them by passing them to the `eventFilters` array. Is there a way to subscribe on the account level (passing ~ just subscribes to my extension)?

Reply