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.09 Intelligent Interview Scheduling & Prep",
"nodes": [
{
"parameters": {
"path": "webhook-02-09"
},
"id": "3328b17d-51b3-4121-bc75-e0913105a68b",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"content": "## Intelligent Interview Scheduling & Prep\n\n**The Problem:**\nInterview coordination is the biggest bottleneck in hiring. Candidates drop off when scheduling takes too long, and interviewers often show up unprepared.",
"height": 200,
"width": 600
},
"id": "8ff419fa-6cea-4501-bc1b-88caa78841d5",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
50
]
},
{
"parameters": {},
"id": "bb7b7a6c-ac42-49af-a5fc-8a8b10f294a0",
"name": "Greenhouse",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "59c60e31-1786-49f5-a2b4-d0e5e458d106",
"name": "Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {},
"id": "d55746b6-bea0-4989-8d72-f3775aa828ae",
"name": "Google Calendar",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
950,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Greenhouse",
"type": "main",
"index": 0
}
]
]
},
"Greenhouse": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
}
]
]
},
"Slack": {
"main": [
[
{
"node": "Google Calendar",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "91b27e95-4736-4260-837c-e208bedeebf1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
02.09 Intelligent Interview Scheduling & Prep. Uses httpRequest, slack. Webhook trigger; 5 nodes.
Source: https://github.com/avuzmal/n8n.automation/blob/main/workflows/02_09_intelligent_interview_scheduling_prep.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.
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.