Skip to main content
See shared authentication and headers in Zapier API Overview.

Body

hookUrl
string
required
Zapier’s Catch Hook URL.
token
string
required
Token identifying the workflow item trigger.

Request Example

{
  "hookUrl": "https://hooks.zapier.com/hooks/catch/123/workflow",
  "token": "wf_item_token_123"
}

Response Example

{ "status": "success", "id": 24680 }