List campaigns
simpletexting_list_campaignsList the account's campaigns as a paged collection, optionally filtered by sending number, state, list, and start-date range. Note: only immediate campaigns are returned — scheduled/recurring campaigns are NOT included. SimpleTexting REST: GET /campaigns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page number. | |
| size | No | Page size (1-100). | |
| state | No | Filter by campaign state (e.g. SENT | SCHEDULED | DRAFT). | |
| startDateTo | No | Filter to campaigns starting on/before this date. | |
| accountPhone | No | Filter by the sending account phone number. | |
| listNameOrId | No | Filter by recipient list name or id. | |
| startDateFrom | No | Filter to campaigns starting on/after this date. |