Пользовательские вебхуки

Интеграции · 4 мин чтения

Use Cases

  • Sending events to CRM systems (HubSpot, Salesforce)
  • Triggering Zapier or Make.com workflows
  • Custom affiliate network postbacks
  • Internal analytics pipelines

Configuration

  1. Go to Postbacks and click Add Postback.
  2. Enter your webhook URL with template variables.
  3. Select the HTTP method (GET or POST).
  4. 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.

Полезно?