workflow_update
Modify existing automation workflows by updating triggers, actions, filters, and status to adapt to changing sales processes and requirements.
Instructions
Update an existing workflow.
Args:
workflow_id: The workflow ID to update
name: New workflow name
trigger_events: Updated trigger events
actions: Updated actions
enrollment_filters: Updated enrollment filters
active: Set active/inactive status
Returns:
Updated workflow details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| name | No | ||
| trigger_events | No | ||
| actions | No | ||
| enrollment_filters | No | ||
| active | No |