create_webhook
Set up a webhook to receive event notifications from Mediagraph by providing a destination URL and selecting events to monitor.
Instructions
Create a webhook to receive event notifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Destination URL to POST events to | |
| name | Yes | Webhook name | |
| note | No | Internal notes | |
| trash | No | Include trash events | |
| events | No | Comma-separated list of events: asset.created, asset.updated, asset.deleted, asset.restored, collection.updated | |
| enabled | No | Enable the webhook (default: true) | |
| group_assets | No | Group multiple asset events into single request | |
| asset_group_id | No | Scope to specific Collection or StorageFolder | |
| include_download_url | No | Include asset download URL in payload |