Custom Webhook Configuration
Integrations · 4 min read
Use Cases
- Sending events to CRM systems (HubSpot, Salesforce)
- Triggering Zapier or Make.com workflows
- Custom affiliate network postbacks
- Internal analytics pipelines
Configuration
- Go to Postbacks and click Add Postback.
- Enter your webhook URL with template variables.
- Select the HTTP method (GET or POST).
- Choose which events trigger the webhook.
Template Variables
Use double curly braces to insert dynamic values:
{{click_id}},{{session_id}}{{telegram_id}},{{telegram_username}}{{utm_source}},{{utm_medium}},{{utm_campaign}}{{event_name}},{{revenue}},{{currency}}
Retry Logic
Failed webhooks are retried up to 3 times with exponential backoff (1s, 5s, 30s). Check Postback Logs for delivery status and error details.