Skip to main content
POST
Resume a webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
Example:

"019f985c-93de-7af8-80e3-f39fe357c5e0"

Response

The requested Webhook

A webhook subscription for receiving event notifications

id
string<uuid>
required
read-only

Unique identifier for the webhook (UUID)

Example:

"019f985c-5363-775a-b0f0-ea3bd576f11b"

organization
string<uuid>
required
read-only

Organization (workspace) UUID that owns this webhook

Example:

"019f985c-5363-775a-b0f0-ea3c8aa72a59"

target_hook_url
string<uri>
required

Target URL to send webhook payloads

Pattern: ^https?://
Example:

"https://webhook.site/unique-url"

timestamp_created
string<date-time>
required
read-only

Timestamp when the webhook was created

Example:

"2026-07-25T08:20:15.331Z"

campaign
null | string<uuid>

Optional campaign UUID to filter events (null = all campaigns in workspace)

Example:

"019f985c-5363-775a-b0f0-ea3d6c758a8d"

name
null | string

Optional user-defined name for the webhook

Example:

"Zapier Positive Replies"

event_type
null | enum<string>

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

Available options:
all_events,
email_sent,
email_opened,
email_link_clicked,
reply_received,
email_bounced,
lead_unsubscribed,
campaign_completed,
account_error,
lead_neutral,
lead_interested,
lead_not_interested,
lead_meeting_booked,
lead_meeting_completed,
lead_closed,
lead_out_of_office,
lead_wrong_person,
lead_no_show,
supersearch_enrichment_completed
Example:

"email_sent"

custom_interest_value
null | number

Custom interest value - corresponds to LeadLabel.interest_status (used for custom label events)

Example:

1

headers
null | object

Optional HTTP headers to include when delivering webhook payloads (key-value pairs)

Example:
status
null | number
read-only

Webhook status: 1 = active, -1 = error (disabled due to delivery failures)

Example:

1

timestamp_error
null | string<date-time>
read-only

Timestamp when webhook was disabled due to delivery failures (null if active)

Example:

"2026-07-25T08:20:15.331Z"