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 →
{
"createdAt": "2025-03-04T05:07:50.684Z",
"updatedAt": "2025-03-04T21:04:11.518Z",
"id": "dBTFcNDVqjuQ619T",
"name": "Tool: Post Message to Slack",
"active": false,
"nodes": [
{
"parameters": {
"authentication": "oAuth2",
"select": "channel",
"channelId": {
"__rl": true,
"value": "C083QQBQTAM",
"mode": "list",
"cachedResultName": "flowise-n8n"
},
"text": "={{ $json.body.message }}",
"otherOptions": {
"includeLinkToWorkflow": false
}
},
"id": "4882859e-bf35-475b-9fd2-a068ac4fc602",
"name": "Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 2.2,
"position": [
1040,
360
],
"credentials": {
"slackOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"options": {}
},
"id": "a9e7aa8a-04ba-4dc6-8a14-f2c435df4ad8",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
1260,
360
]
},
{
"parameters": {
"httpMethod": "POST",
"path": "f17f77e5-51dc-4589-8b51-4c8adc23c3c0",
"authentication": "headerAuth",
"responseMode": "responseNode",
"options": {}
},
"id": "db4d3557-e423-43e9-8f0c-b4309f304567",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
820,
360
],
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Slack": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
},
"Webhook": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "c38ac0d0-443e-4f20-94e2-7b3529fa5999",
"triggerCount": 0,
"tags": [
{
"createdAt": "2025-03-04T21:03:30.839Z",
"updatedAt": "2025-03-04T21:03:30.839Z",
"id": "axMWVfQXy5mbxCQA",
"name": "tool"
}
]
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
httpHeaderAuthslackOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Tool: Post Message to Slack. Uses slack. Webhook trigger; 3 nodes.
Source: https://github.com/LLemonStack/llemonstack/blob/2f1cc4dcf8939a3fa79fccacf59addd5c0d563a3/examples/n8n/workflows/Tool_Slack-Post_dBTFcNDVqjuQ619T.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.
Flow. Uses slack, linear, airtable. Webhook trigger; 6 nodes.
Stripe webhook to Slack and Google Sheets. Uses slack, googleSheets. Webhook trigger; 4 nodes.
Non-Tech Team Onboarding - AI Tool Setup Automation. Uses httpRequest, slack, emailSend. Webhook trigger; 4 nodes.
Champion job change → Salesforce task. Uses httpRequest, salesforce, slack. Webhook trigger; 4 nodes.