webhook_manage
Manage outbound webhook endpoints for FleetQ MCP server. Create, update, delete, and list webhooks to receive event notifications and automate workflows.
Instructions
Manage outbound webhook endpoints. Actions: list, create (url, events, secret), update (webhook_id + fields), delete (webhook_id).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: list, create, update, delete | |
| active_only | No | Only return active endpoints | |
| name | Yes | Display name for the webhook | |
| url | Yes | URL to receive webhook payloads | |
| events | Yes | Event types to subscribe to | |
| secret | No | HMAC secret (auto-generated if omitted) | |
| webhook_id | Yes | The webhook endpoint UUID | |
| is_active | No | Enable or disable the webhook |