cURL
curl --request POST \ --url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/zapier/hooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "hookUrl": "https://hooks.zapier.com/hooks/catch/123456/abcdef/", "event": "new_lead" } '
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "hookUrl": "<string>", "event": "<string>" } }
Enter your personal access token (PAT) to authenticate
The UUID of the workspace
"https://hooks.zapier.com/hooks/catch/123456/abcdef/"
new_lead
new_session
contacts_revealed
"new_lead"
Webhook subscribed successfully
true
Show child attributes