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.08 Mandatory Compliance Training Enforcement",
"nodes": [
{
"parameters": {
"path": "webhook-02-08"
},
"id": "c9dc35de-3b1b-4d2b-9291-47532941e574",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"content": "## Mandatory Compliance Training Enforcement\n\n**The Problem:**\nEnsuring 100% compliance on mandatory training (like security or harassment) is difficult, and manual chasing by HR is ineffective.",
"height": 200,
"width": 600
},
"id": "7d4cbb35-04d1-4c95-8804-3993f21bd045",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
50
]
},
{
"parameters": {},
"id": "b8a1e6e7-40d3-4296-a911-7bfed26f95e8",
"name": "Docebo",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "a66f7144-da1d-470b-bca6-5cc504df3b77",
"name": "Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {},
"id": "3a880765-d01e-4d54-abab-0fac3645c655",
"name": "HRIS (e.g., BambooHR)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
950,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Docebo",
"type": "main",
"index": 0
}
]
]
},
"Docebo": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
}
]
]
},
"Slack": {
"main": [
[
{
"node": "HRIS (e.g., BambooHR)",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "f507e7d2-7b53-4a0b-b72a-dacf9bd34c80"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
02.08 Mandatory Compliance Training Enforcement. Uses httpRequest, slack. Webhook trigger; 5 nodes.
Source: https://github.com/avuzmal/n8n.automation/blob/main/workflows/02_08_mandatory_compliance_training_enforcement.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.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.
02.07 Frictionless Internal Mobility & Transfers. Uses httpRequest, slack. Webhook trigger; 4 nodes.