> For the complete documentation index, see [llms.txt](https://developers.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.couchdrop.io/administration/automations/actions/webhook.md).

# Webhook

**Required Fields**

| Key          | Description                               |
| ------------ | ----------------------------------------- |
| type         | The action type. Must be set as "webhook" |
| webhook\_url | <https://endpoint.com/webhook>            |

**Example**

```
{
    "type":"webhook",
    "webhook_url":"https://endpoint.com/webhook"
}
```

The webhook body will follow the general webhook structure defined [Webhooks](/webhooks/using-webhooks.md)
