Skip to main content
POST
Configure webhooks to receive real-time notifications when campaign events occur. Integrate with CRM, Slack, or custom systems.

Path Parameters

number
required
Campaign ID

Query Parameters

string
required
Your SmartLead API key

Request Body

number
Webhook ID (null for new webhook, number to update existing)
string
required
Webhook name for identification
string
required
URL to receive webhook POST requests
array
required
Array of event types to trigger webhookCommon events:
  • LEAD_REPLIED
  • LEAD_OPENED
  • LEAD_CLICKED
  • LEAD_BOUNCED
  • LEAD_UNSUBSCRIBED

Response Example