Setting up webhooks in SendBlix

Push real-time events to your own servers or third-party tools.

SendBlix can send HTTP POST requests to your webhook URL when specific events occur: message delivered, message read, new contact added, campaign completed.

Creating a webhook

1. Go to Settings > Integrations > Webhooks. 2. Click 'Add webhook'. 3. Enter your endpoint URL. 4. Select the events you want to receive. 5. Save and test with a sample event.

Payload format

Webhooks send JSON payloads with event type, timestamp, and relevant data (contact details, message content, campaign ID). Verify the signature header to ensure the payload is from SendBlix.

More in Integrations · All topics