directus_create_webhook
Create webhooks in Directus to trigger actions when data changes occur. This tool automates workflows by sending HTTP requests to specified URLs based on collection events.
Instructions
[UNIFIED] [DEPRECATED] Create a new webhook. Use Flows instead in Directus 10+. See create_flow and create_operation for the recommended alternative.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| name | Yes | ||
| url | Yes | ||
| actions | Yes | ||
| collections | Yes | ||
| method | No | POST | |
| status | No | active | |
| headers | No |