What problem does it solve?
This Skill provides programmatic control over n8n workflows via REST API and webhooks, enabling teams to automate integration and orchestration tasks from any client.
Core Features & Use Cases
- Workflow management: list, create, update, activate, and delete workflows.
- Execution control: trigger and monitor workflow executions, including webhook-triggered flows.
- Credentials handling: securely manage API keys and credentials for downstream nodes.
- Use Case: Example: automatically trigger an invoice workflow when a webhook payload arrives and log outcomes to a database.
Quick Start
Set N8N_API_URL and N8N_API_KEY as environment variables, then use the REST API to list, create, and activate workflows or trigger them via webhooks. Example: GET /workflows, POST /workflows, POST /workflows/{id}/activate, POST /webhook/{path}.