Webhook subscription to be updated ID: 0edf722b-93b4-4451-8a5d-4fafba5cdf8b
AccessKey: abcd
Deactivating a webhook subscription
If you want to quickly stop receiving event notifications, you can update the webhook subscription status to inactive. The following request exemplify how to proceed.
Update a webhook subscription. This endpoint allows you to update the URL, event filters of a webhook subscription and other fields like the signingKey used to authenticate the request.
You can also make the subscription inactive by setting the status to inactive.
The URL of the webhook is used to send events to the webhook. The URL must be a valid URL that respects the established pattern and is accessible from the internet.
The service that the webhook is subscribed to. For example, to get events regarding channels, the service would be channels.
channelsnumberspaymentsconversations
event*Notifications_WebhookEvent (string)
The event name identifies the webhook event, such as sms.outbound for notifications about SMS messages being sent.
Example: "sms.outbound"
eventFiltersarray of Notifications_WebhookEventFilter (object)
templateNotifications_Template (string)
Used for our Exit APIs for Twilio and Sinch.
More information can be found here for Twilio and here for Sinch.
Example: "twilio"
url*Notifications_Url (string)
The URL of the webhook is used to send events to the webhook. The URL must be a valid URL that respects the established pattern and is accessible from the internet.