Skip to main content
POST
Subscribe a Zapier webhook

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

workspaceUuid
string<uuid>
required

The UUID of the workspace

Body

application/json
hookUrl
string<url>
required
Example:

"https://hooks.zapier.com/hooks/catch/123456/abcdef/"

event
enum<string>
Available options:
new_lead,
new_session,
contacts_revealed
Example:

"new_lead"

Response

Webhook subscribed successfully

success
boolean
Example:

true

data
object