Manage webhooks
manage_webhooksList available webhook event types, retrieve existing webhooks, and create, update, or delete webhook subscriptions for FastBound.
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). | |
| account | No | Which configured FastBound account to use for this one call — an alias or account number (see list_accounts). Omit to use the active account. | |
| 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 |