Prompt #110

Back to prompts
n8n Workflow Design
Flow Β· claude-3.7-sonnet
5/5
Variables
task, trigger, integrations
Tags
n8n,automation,workflow,flow
Source
research-2026-05-01
Use count
0
Created
2026-05-01T18:11:52.162090+00:00
Updated
2026-05-01T18:11:52.162090+00:00

Content

Design an n8n automation workflow for: {{task}}

Trigger: {{trigger}} (webhook/schedule/manual)
Integrations needed: {{integrations}}

Node-by-node plan:
1. Trigger node (configuration)
2. Data transformation nodes
3. Condition/branch nodes (if applicable)
4. Action nodes (API calls, DB writes, notifications)
5. Error handler + notification on failure

For each node: node type, key settings, output data structure.
Include a JSON snippet for the most complex node configuration.
Estimated execution time and cost (if paid APIs).