activate-workflow
Activates a specified workflow by ID to enable its execution. Requires client ID and workflow ID for authentication.
Instructions
Activate a workflow by ID. This will enable the workflow to run. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| clientId | Yes | Client ID from init-n8n |