marketing_campaigns_list
List marketing campaigns with filtering by active status, name, phone number, IDs, and date ranges. Supports sorting and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited campaign IDs | |
| name | No | Campaign name filter | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Name, CreatedOn, ModifiedOn | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No | ||
| campaignPhoneNumber | No | Campaign phone number filter |