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": "Imperium CEO Slack Notifications",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 1
}
]
}
},
"id": "schedule",
"name": "Hourly Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"channel": "imperium",
"text": "\ud83d\udecd\ufe0f *Imperium CEO Update*\n\nHourly check complete. System operational.",
"additionalFields": {}
},
"id": "send_imperium",
"name": "Send to Imperium",
"type": "n8n-nodes-base.slack",
"typeVersion": 3,
"position": [
500,
200
]
},
{
"parameters": {
"channel": "omni-ai-ceo",
"text": "\ud83e\udd16 *Omni AI CEO Update*\n\nHourly check complete.",
"additionalFields": {}
},
"id": "send_omni",
"name": "Send to Omni AI",
"type": "n8n-nodes-base.slack",
"typeVersion": 3,
"position": [
500,
400
]
},
{
"parameters": {
"channel": "alira-ceo",
"text": "\u2728 *Alira CEO Update*\n\nHourly check complete.",
"additionalFields": {}
},
"id": "send_alira",
"name": "Send to Alira",
"type": "n8n-nodes-base.slack",
"typeVersion": 3,
"position": [
500,
600
]
}
],
"connections": {
"Hourly Trigger": {
"main": [
[
{
"node": "Send to Imperium",
"type": "main",
"index": 0
},
{
"node": "Send to Omni AI",
"type": "main",
"index": 0
},
{
"node": "Send to Alira",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [
"imperium",
"ceo",
"slack"
],
"triggerCount": 1,
"updatedAt": "2026-03-13T17:00:00.000Z",
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Imperium CEO Slack Notifications. Uses slack. Scheduled trigger; 4 nodes.
Source: https://github.com/SandMan-SM/imperium/blob/200983380033d8a9e209ca41b61105425979e950/automations/slack-notifications.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.
This workflow transforms Google Sheets into a lightweight productivity engine and connects it to Slack for automated reminders and daily recaps. No extra SaaS, no extra cost – just a simple system tha
This workflow automatically pulls daily signup stats from your PostgreSQL database and shares them with your team across multiple channels. Every morning, it counts the number of new signups in the la
Stop the daily grind of checking multiple apps just to stay updated. This template automates the creation of recurring digests by querying a powerful AI assistant you build on the Super platform.
Schedule Filter. Uses hubspot, slack, stickyNote, scheduleTrigger. Scheduled trigger; 8 nodes.
Politician Social Media Monitor. Uses httpRequest, slack. Scheduled trigger; 7 nodes.