Learn how to configure outbound webhooks to get real-time update of errors and notification status changes in SuprSend.
Create an endpoint in your application to receive webhook requests
Add the endpoint in SuprSend dashboard and start receiving events
Field | Obligation | Description |
---|---|---|
URL | mandatory | http or https endpoint where you want to receive the webhook requests from SuprSend. Must support POST method and content-type should be application/json |
Description | optional | add the reference of what information will be tracked in the given endpoint |
Event type | mandatory | What all events should be tracked in this endpoint at each channel level. In case of WhatsApp, inbound_message = all requests related to user responses and status = notification status such as sent, delivered, seen etc. |
Advanced Configuration -> Rate Limit | optional | Number of webhook requests that you want to receive per second on the given endpoint. After the limit is reached, requests will get throttled so to keep a consistent rate under the limit. |
Advanced Configuration -> Custom Headers | optional | You’ll be able to add custom headers after saving the webhook endpoint. Content-type = application/json is set by default. You can use this field to set authentication token in SuprSend request |