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": "02.07 Frictionless Internal Mobility & Transfers",
"nodes": [
{
"parameters": {
"path": "webhook-02-07"
},
"id": "1f1e02f3-98d3-4656-9e3d-510a9f2bbe9c",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"content": "## Frictionless Internal Mobility & Transfers\n\n**The Problem:**\nInternal job applications often bypass current managers or ignore historical performance data, causing internal friction and misaligned expectations.",
"height": 200,
"width": 600
},
"id": "e5df79ab-1042-442b-b141-43f5c6171c71",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
50
]
},
{
"parameters": {},
"id": "23a3a9cb-68a3-4026-972f-163627b2230a",
"name": "Workday",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "5cd8b350-3d74-4ed3-bc8d-a99ccaa270e8",
"name": "Email/Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
700,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Workday",
"type": "main",
"index": 0
}
]
]
},
"Workday": {
"main": [
[
{
"node": "Email/Slack",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "b97924c8-af62-4d13-bfa1-1a154eb403bf"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
02.07 Frictionless Internal Mobility & Transfers. Uses httpRequest, slack. Webhook trigger; 4 nodes.
Source: https://github.com/avuzmal/n8n.automation/blob/main/workflows/02_07_frictionless_internal_mobility_transfers.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.
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.
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.