Webhooks
A webhook enables you to receive notifications for message delivery status, allowing you to track the status of your campaign in real time. To receive notifications on SMS messages via Webhooks, you can create a webhook project here.
Set up endpoints/customer specific URL
A webhook endpoint receives requests from Interact, notifying you about events related to your SMS campaign such as messages submitted, failed, and delivered. Enter the URL of your domain that would receive the requests from Interact in "Webhook endpoint URL".
Verify webhook endpoint
Click "Verify" to receive a secret to the endpoint URL mentioned above. The webhook endpoint must return a 200 OK response with the secret in response body to successfully verify and create the webhook.
Signature
Additionally, you can verify the authenticity of requests from Webex Interact with an optional signature of your choice.
Choose Topics
While configuring a webhook, use the Topics section to choose which events you want to receive.
For example, if you subscribe to the delivered event, you'll receive a webhook every time a message is successfully delivered to a customer.
Updated 16 days ago