Build an n8n workflow from a natural-language description
언제 쓸까: You want a webhook → Slack → Google Sheet flow without dragging nodes.
사전 조건
- Running n8n instance with API enabled — docker run n8nio/n8n; enable N8N_API in env
- API key — n8n Settings → API Keys
흐름
-
Describe the flowCreate an n8n workflow: when a webhook hits /signup, post the payload to Slack #signups and append a row to sheet 'Signups'.✓ 복사됨→ Workflow created with 3 nodes wired
-
ActivateActivate the workflow and return the production webhook URL.✓ 복사됨→ Active + URL
-
Smoke testExecute it once with a sample payload, then pull the execution log.✓ 복사됨→ Successful run or identifiable failure
결과: A running automation in a few prompts instead of a morning in the editor.
함정
- 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