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)
{ "id": "01990bfc-25c8-77bc-a1f9-98635185a1ad", "organization": "01990bfc-25c8-77bc-a1f9-9864b55f9be9", "campaign": "01990bfc-25c8-77bc-a1f9-9865a824d2ca", "target_hook_url": "https://webhook.site/unique-url", "event_type": "email_sent", "custom_interest_value": 1, "timestamp_created": "2025-09-02T19:51:38.184Z" }