n8n/packages/@n8n/instance-ai/evaluations/data/subagent/switch-fallback-routing.json

5 lines
416 B
JSON

{
"id": "switch-fallback-routing",
"prompt": "Build a workflow that receives a webhook POST with a JSON body containing 'priority' and 'message'. Route priority 'urgent' items to Slack channel #incidents, priority 'normal' items to Gmail at ops@example.com, and send every unmatched priority to Slack channel #triage as the default fallback branch. Configure all nodes completely and don't ask for credentials."
}