Manage webhooks
manage_webhooksList available webhook event types and get, create, update, or delete webhook subscriptions. Configure HTTPS endpoints and select events to subscribe to for notifications.
Instructions
List available webhook event types, get a webhook, or create/update/delete a webhook subscription. action=list_events|get reads; create|update|delete are writes (require FASTBOUND_ALLOW_WRITES). For create provide name, url, and events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS endpoint URL (for create/update). | |
| name | No | Webhook name (required for get/create/update/delete). | |
| action | Yes | ||
| events | No | Event names to subscribe to (see action=list_events). | |
| auditUser | No | Email recorded as X-AuditUser for the ATF audit trail. Overrides FASTBOUND_AUDIT_USER for this call. Must be an active user on the account. | |
| description | No |