# 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](https://developers.couchdrop.io/webhooks "mention")
