Automations
View and manage scheduled campaign automations — enable, disable, and inspect job history.
Tools (3)
Section titled “Tools (3)”list_automations
Section titled “list_automations”Full name: campaignstack_list_automations
List scheduled automations for a campaign. Shows automation name, schedule, enabled status, and last run outcome.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
campaignId | string | Yes | — | (min length: 1) |
toggle_automation
Section titled “toggle_automation”Full name: campaignstack_toggle_automation
Toggle a scheduled automation on or off. Returns the new enabled state.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
automationId | string | Yes | — | (min length: 1) |
get_automation_jobs
Section titled “get_automation_jobs”Full name: campaignstack_get_automation_jobs
Get recent job execution history for a scheduled automation. Returns the last 10 jobs with status, timestamps, and results.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
automationId | string | Yes | — | (min length: 1) |