A webhook subscription for receiving event notifications
Unique identifier for the webhook (UUID)
Organization (workspace) UUID that owns this webhook
Target URL to send webhook payloads
Timestamp when the webhook was created
Optional campaign UUID to filter events (null = all campaigns in workspace)
Type of event to trigger the webhook (null for custom label events). Set to "all_events" to subscribe to all events - including custom label events
Custom interest value - corresponds to LeadLabel.interest_status (used for custom label events)
{ "id": "019b56b5-3dc1-75e0-9c80-16e9cbd26a98", "organization": "019b56b5-3dc1-75e0-9c80-16ea54fb40ae", "campaign": "019b56b5-3dc1-75e0-9c80-16eb9c20e561", "name": "Zapier Positive Replies", "target_hook_url": "https://webhook.site/unique-url", "event_type": "email_sent", "custom_interest_value": 1, "headers": { "Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=" }, "timestamp_created": "2025-12-25T18:11:17.057Z" }