activate_workflow
Activate a workflow by its ID to enable automatic execution based on triggers like schedules or webhooks. Works for workflows with automatic triggers.
Instructions
Activates a workflow by its ID, enabling it to run automatically based on its trigger (schedule, webhook, etc.). Note that only workflows with automatic trigger nodes can be activated - workflows with only manual triggers cannot be activated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the workflow to activate - can be obtained from list_workflows |