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": "VigilAI Competitor Monitoring",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"triggerAtHour": 9
}
]
}
},
"name": "Schedule (9 AM)",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
100,
300
]
},
{
"parameters": {
"url": "http://backend:8000/api/v1/competitors/",
"method": "GET",
"authentication": "none"
},
"name": "Get Competitors",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
300,
300
]
},
{
"parameters": {
"batchSize": 1
},
"name": "Split In Batches",
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 1,
"position": [
500,
300
]
},
{
"parameters": {
"url": "=http://backend:8000/api/v1/competitors/{{$node[\"Split In Batches\"].json[\"id\"]}}/scrape",
"method": "POST",
"authentication": "none"
},
"name": "Trigger Scrape",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {
"amount": 2,
"unit": "minutes"
},
"name": "Wait for Scrape",
"type": "n8n-nodes-base.wait",
"typeVersion": 1,
"position": [
900,
300
]
},
{
"parameters": {
"url": "=http://backend:8000/api/v1/competitors/{{$node[\"Split In Batches\"].json[\"id\"]}}/updates?limit=5",
"method": "GET",
"authentication": "none"
},
"name": "Get Recent Updates",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
1100,
300
]
},
{
"parameters": {
"select": "channel",
"channel": "competitive-intel",
"text": "=\ud83d\ude80 *Scrape Complete for {{$node[\"Split In Batches\"].json[\"name\"]}}*\n\nFound {{$json.length}} updates.",
"attachments": []
},
"name": "Slack Notification",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
1300,
300
]
}
],
"connections": {
"Schedule (9 AM)": {
"main": [
[
{
"node": "Get Competitors",
"type": "main",
"index": 0
}
]
]
},
"Get Competitors": {
"main": [
[
{
"node": "Split In Batches",
"type": "main",
"index": 0
}
]
]
},
"Split In Batches": {
"main": [
[
{
"node": "Trigger Scrape",
"type": "main",
"index": 0
}
]
]
},
"Trigger Scrape": {
"main": [
[
{
"node": "Wait for Scrape",
"type": "main",
"index": 0
}
]
]
},
"Wait for Scrape": {
"main": [
[
{
"node": "Get Recent Updates",
"type": "main",
"index": 0
}
]
]
},
"Get Recent Updates": {
"main": [
[
{
"node": "Slack Notification",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
VigilAI Competitor Monitoring. Uses httpRequest, slack. Scheduled trigger; 7 nodes.
Source: https://github.com/priii-25/VigilAI/blob/6a236c2f65f1e05b9b39ea23640ebe9d03ff054b/n8n/vigilai_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.
debug. Uses httpRequest, slack, redis, mailgun. Scheduled trigger; 60 nodes.
This workflow is an automated employee time tracking and reporting system that monitors weekly work hours via TMetric, then delivers personalized summaries directly to each team member on Slack. It co
Import Productboard Notes Companies And Features Into Snowflake. Uses stickyNote, httpRequest, splitOut, snowflake. Scheduled trigger; 35 nodes.
Import Productboard Notes, Companies and Features into Snowflake. Uses stickyNote, httpRequest, splitOut, snowflake. Scheduled trigger; 35 nodes.
This workflow imports Productboard data into Snowflake, automating data extraction, mapping, and updates for features, companies, and notes. It supports scheduled weekly updates, data cleansing, and S