toggle_automation
Start or stop an automation workflow: activating begins enrolling contacts and sending scheduled emails; pausing halts new enrollments while preserving in-progress contacts.
Instructions
Activate or pause one automation workflow.
This is consequential in one direction: ACTIVATING starts enrolling contacts, which means real emails begin going out on the workflow's schedule without further confirmation. Pausing stops new enrolments. Read the workflow with get_automation first so you know what activating will actually send.
Contacts already part-way through a paused workflow are held rather than dropped, so pausing is not a cancellation. Safe to repeat. Requires an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | Yes | true to activate, false to pause | |
| automation_id | Yes | Automation ID (UUID) |