get_a_list_of_webhooks
Retrieve a list of all webhooks from your ActiveCampaign account. Filter by name, URL, or list; paginate and sort results.
Instructions
🟢 READ-ONLY · Webhooks · GET /webhooks
List all webhooks
Fetches data. Makes no changes to your ActiveCampaign account.
List all existing webhooks
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. | |
| filters_url | No | Filter by webhook url Sent to ActiveCampaign as "filters[url]". | |
| filters_name | No | Filter by webhook name Sent to ActiveCampaign as "filters[name]". | |
| filters_listid | No | Filter by webhook's associated list Sent to ActiveCampaign as "filters[listid]". |