This workflow follows the HTTP Request → Slack recipe pattern — see all workflows that pair these two integrations.
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": "My n8n Workflow",
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"url": "https://api.example.com/data",
"method": "GET"
},
"name": "Fetch Data",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"functionCode": "return items.map(item => { return { json: { ...item.json, processed: true } } });"
},
"name": "Process Data",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
650,
300
]
},
{
"parameters": {
"channel": "general",
"text": "Data processed successfully!"
},
"name": "Notify Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
850,
300
]
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Fetch Data",
"type": "main",
"index": 0
}
]
]
},
"Fetch Data": {
"main": [
[
{
"node": "Process Data",
"type": "main",
"index": 0
}
]
]
},
"Process Data": {
"main": [
[
{
"node": "Notify Slack",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
My n8n Workflow. Uses start, httpRequest, slack. Manual trigger; 4 nodes.
Source: https://github.com/automacoescomerciaisintegradas/PAGIA/blob/7af1693113c6489efe9aaa8d6c55c7065e1e0417/examples/n8n/sample-workflow.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.
Slack:User:getPresence info:UserProfile:get update:Message:post getPermalink update postEphermera l delete:Reaction:add get remove. Uses start, slack. Manual trigger; 13 nodes.
Webhook Slack. Uses theHiveProjectTrigger, stickyNote, httpRequest, theHiveProject. Event-driven trigger; 63 nodes.
Key Features: Direct Case Management: Modify case details such as assignee, severity, status, and more through intuitive form inputs embedded within Slack messages. Seamless Integration: Assumes match
HR teams, IT Operations, and System Administrators managing employee onboarding at scale. It’s perfect if you use Odoo 18 to trigger account requests and need Redmine + GitLab accounts created instant
debug. Uses httpRequest, slack, redis, mailgun. Scheduled trigger; 60 nodes.