> ## Documentation Index
> Fetch the complete documentation index at: https://docs.greetmate.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# [POST] /api/zapier/workflow_item/subscribe

> Register a Zapier webhook for a specific workflow item token.

> See shared authentication and headers in Zapier API Overview.

### Body

<ParamField body="hookUrl" type="string" required>
  Zapier’s Catch Hook URL.
</ParamField>

<ParamField body="token" type="string" required>
  Token identifying the workflow item trigger.
</ParamField>

### Request Example

```json theme={null}
{
  "hookUrl": "https://hooks.zapier.com/hooks/catch/123/workflow",
  "token": "wf_item_token_123"
}
```

### Response Example

```json theme={null}
{ "status": "success", "id": 24680 }
```
