Question

How do I exercise the webhook permission?

  • 17 May 2022
  • 4 replies
  • 497 views

I seem to be missing something but I can't pass the exercise "Webhook Subscriptions" so I can "graduate" my app to production. I've been hitting the create and cancel subscription endpoints numerous times but it doesn't seem have any effect on the status of "Webhook Subscriptions."

I wish the documentation were more specific around how to get the permissions passed.

Any advice would be more than appreciated!


4 replies

Userlevel 1

What event filter(s) do you subscribe for? See some help from this thread.

Event Filters:

'eventFilters' => ['/restapi/v1.0/account/~/extension/~/fax?direction=Inbound'],


Faxes and Webhook Subscriptions

1652810488591.png


We are using the RC SDK for PHP. I cancel then create the subscription numerous times like other solutions have suggested but that is not working for us.

1652810625963.png

If you could just tell me what endpoints I need to hit, that would be great. This is such a time suck and the documentation is lacking.

Thanks


see below

Userlevel 1

What is the app client id?

Reply