get_a_list_of_webhook_events
Retrieve a paginated list of all available webhook events from ActiveCampaign. Supports sorting and filtering for targeted results.
Instructions
🟢 READ-ONLY · Webhooks · GET /webhook/events
List all webhook events
Fetches data. Makes no changes to your ActiveCampaign account.
List all available webhook events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page (ActiveCampaign default 20, max 100). | |
| offset | No | Zero-based offset into the result set for pagination. | |
| orders | No | Sort order as an object, e.g. {"email":"ASC"} → orders[email]=ASC. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. |