list_whatsapp_templates
List WhatsApp templates from ActiveCampaign. Filter by name, status, category, or channel, and control pagination and sorting.
Instructions
🟢 READ-ONLY · Whatsapp · GET /channel/whatsapp/channels/whatsapp/template
List WhatsApp Templates
Fetches data. Makes no changes to your ActiveCampaign account.
Lists WhatsApp Templates. You can search with the name and status fields using the ?seach=my-template-name query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| 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. | |
| search | No | A search term. | |
| status | No | * `draft` - Draft * `approved` - Approved * `in_appeal` - In Appeal * `pending` - Pending * `rejected` - Rejected * `pending_deletion` - Pending Deletion * `deleted` - Deleted * `disabled` - Disabled * `submitted` - Submitted | |
| channel | No | ||
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. | |
| category | No | * `ACCOUNT_UPDATE` - Account Update * `PAYMENT_UPDATE` - Payment Update * `PERSONAL_FINANCE_UPDATE` - Personal Finance Update * `SHIPPING_UPDATE` - Shipping Update * `RESERVATION_UPDATE` - Reservation Update * `ISSUE_RESOLUTION` - Issue Resolution * `APPOINTMENT_UPDATE` - Appointment Update * `TRANSPORTATION_UPDATE` - Transportation Update * `TICKET_UPDATE` - Ticket Update * `ALERT_UPDATE` - Alert Update * `AUTO_REPLY` - Auto Reply * `TRANSACTIONAL` - Transactional * `MARKETING` - Marketing * `OTP` - Otp * `AUTHENTICATION` - Authentication * `UTILITY` - Utility | |
| ordering | No | Which field to use when ordering the results. | |
| page_size | No | Number of results to return per page. | |
| status__in | No | Multiple values may be separated by commas. | |
| channel__in | No | Multiple values may be separated by commas. | |
| category__in | No | Multiple values may be separated by commas. |