marketing_campaigns_list
Search marketing campaigns by ID, name, phone number, active status, or creation and modification date ranges. Returns one page of matching campaigns to review and act on.
Instructions
Search campaigns by IDs, name, phone number, active state, or created and modified ranges. Returns one page; use marketing_campaigns_get for a known campaign ID.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||