Build an n8n workflow from a natural-language description
Quand l'utiliser : You want a webhook → Slack → Google Sheet flow without dragging nodes.
Prérequis
- Running n8n instance with API enabled — docker run n8nio/n8n; enable N8N_API in env
- API key — n8n Settings → API Keys
Déroulement
-
Describe the flowCreate an n8n workflow: when a webhook hits /signup, post the payload to Slack #signups and append a row to sheet 'Signups'.✓ Copié→ Workflow created with 3 nodes wired
-
ActivateActivate the workflow and return the production webhook URL.✓ Copié→ Active + URL
-
Smoke testExecute it once with a sample payload, then pull the execution log.✓ Copié→ Successful run or identifiable failure
Résultat : A running automation in a few prompts instead of a morning in the editor.
Pièges
- Credentials aren't set on the newly-created nodes — MCP can't create secrets for you — add Slack/Google creds in n8n UI once, refer by name