Use our Webhook integration to connect your own backend system or third-party services. Once connected, we’ll send real-time data (such as user events or audience updates) directly to your endpoint.
Your endpoint must support HTTPS.
Accept POST requests with JSON payloads.
Ensure your server can process data within 5 seconds to avoid timeouts.
(Optional) Add authentication logic (e.g., token, header check) if needed.
Go to Integrations → Webhook in our platform.
Click Connect Webhook.
Enter your Webhook URL (e.g., https://yourdomain.com/webhook).
(Optional) Add a secret token that we will send with each request in the header X-Webhook-Token.
Click Save.
After saving, click Test Webhook.
We’ll send a sample payload to your endpoint.
If your endpoint responds with status 200 OK, the connection is confirmed.