list_campaigns
List and filter email marketing campaigns by status, label, or company to manage automated sequences.
Instructions
List all campaigns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID to list campaigns for. If not provided, uses the currently selected company. | |
| status | No | Filter by status (draft, scheduled, sent) | |
| label | No | Optional label name filter. Only campaigns assigned this label are returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether the Sequenzy operation succeeded. | |
| message | No | Human-readable status, confirmation, or next-step message. | |
| note | No | Additional context about the result. | |
| items | No | Fallback array wrapper used only when a tool returns a bare array. | |
| value | No | Fallback object wrapper used only when a tool returns a non-object value. | |
| campaigns | No | List of campaign records returned by Sequenzy. | |
| appUrls | No | Dashboard URLs for relevant Sequenzy resources. | |
| url | No | Primary dashboard URL for this result. | |
| settingsUrl | No | Company settings URL when available. |