The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Automa\u00e7\u00e3o B\u00e1sica - Webhook para Slack",
"nodes": [
{
"parameters": {},
"id": "webhook-trigger",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"message": "Nova mensagem recebida: {{ $json.body.message }}",
"channel": "#geral"
},
"id": "slack-message",
"name": "Enviar para Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
460,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Enviar para Slack",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Automação Básica - Webhook para Slack. Uses slack. Webhook trigger; 2 nodes.
Source: https://github.com/Marcocardoso28/SparkOne-AI/blob/7147157c56eaf696c6226018ce11a57c45556ac1/sparkone-n8n-workflows/workflow_exemplo.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
07 — Faktura → archiwum + powiadomienie + status w CRM (klinweb.pl). Uses httpRequest, googleDrive, slack. Webhook trigger; 7 nodes.
Flow. Uses slack, linear, airtable. Webhook trigger; 6 nodes.
02.08 Mandatory Compliance Training Enforcement. Uses httpRequest, slack. Webhook trigger; 5 nodes.
02.09 Intelligent Interview Scheduling & Prep. Uses httpRequest, slack. Webhook trigger; 5 nodes.