mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-29 15:57:00 +02:00
5 lines
324 B
JSON
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."
|
|
}
|