activate_workflow
Initiate automatic execution of n8n workflows by activating them via their unique ID. Works for workflows with scheduled or webhook triggers, ensuring seamless automation setup.
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 |