n8n/packages/@n8n/instance-ai/evaluations/data/subagent/webhook-to-slack.json
Benjamin Schroth c961849226
feat(ai-builder): Add sub-agent evaluation harness with binary checks (no-changelog) (#28289)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-24 07:50:46 +00:00

5 lines
324 B
JSON

{
"id": "webhook-to-slack",
"prompt": "Build a workflow that receives a webhook POST with a JSON body containing 'name' and 'message' fields, formats them into a Slack message like 'New message from {name}: {message}', and sends it to the #general channel. Configure all nodes completely and don't ask for credentials."
}