list_variables
Fetch a list of personalization variables from your ActiveCampaign account with options to filter and sort by name, tag, format, content, or list name.
Instructions
🟢 READ-ONLY · Personalizations · GET /personalizations
List Variables
Fetches data. Makes no changes to your ActiveCampaign account.
Retrieve a list of personalization variables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Result limit (Default: 20) | |
| 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. | |
| filter_tag | No | Filter by variable tag Sent to ActiveCampaign as "filter[tag]". | |
| orders_tag | No | Order variables by tag (ASC/DESC) Sent to ActiveCampaign as "orders[tag]". | |
| filter_name | No | Filter by variable name Sent to ActiveCampaign as "filter[name]". | |
| orders_name | No | Order variables by name (ASC/DESC) Sent to ActiveCampaign as "orders[name]". | |
| filter_format | No | Filter by tag format (html, text) Sent to ActiveCampaign as "filter[format]". | |
| orders_format | No | Order variables by format (ASC/DESC) Sent to ActiveCampaign as "orders[format]". | |
| filter_content | No | Contents of variable Sent to ActiveCampaign as "filter[content]". | |
| orders_content | No | Order variables by content (ASC/DESC) Sent to ActiveCampaign as "orders[content]". | |
| filter_listName | No | Filter by name of list Sent to ActiveCampaign as "filter[listName]". |