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": "Create CEO Channels",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 1
}
]
}
},
"id": "schedule",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://slack.com/api/conversations.create",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer {{$credentials.accessToken}}"
},
{
"name": "Content-Type",
"value": "application/json; charset=utf-8"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "name",
"value": "imperium"
},
{
"name": "is_private",
"value": false
}
]
}
},
"id": "create_imperium",
"name": "Create Imperium Channel",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
500,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://slack.com/api/conversations.create",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer {{$credentials.accessToken}}"
},
{
"name": "Content-Type",
"value": "application/json; charset=utf-8"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "name",
"value": "omni-ai-ceo"
},
{
"name": "is_private",
"value": false
}
]
}
},
"id": "create_omni",
"name": "Create Omni AI CEO Channel",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
500,
450
]
},
{
"parameters": {
"method": "POST",
"url": "https://slack.com/api/conversations.create",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer {{$credentials.accessToken}}"
},
{
"name": "Content-Type",
"value": "application/json; charset=utf-8"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "name",
"value": "alira-ceo"
},
{
"name": "is_private",
"value": false
}
]
}
},
"id": "create_alira",
"name": "Create Alira CEO Channel",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
500,
600
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Create Imperium Channel",
"type": "main",
"index": 0
},
{
"node": "Create Omni AI CEO Channel",
"type": "main",
"index": 0
},
{
"node": "Create Alira CEO Channel",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 1,
"updatedAt": "2026-03-13T12: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
Create CEO Channels. Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/SandMan-SM/imperium/blob/200983380033d8a9e209ca41b61105425979e950/automations/create-slack-channels.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.
*Tags: Crypto, Currency Exchange, Alpha Vantage API, Google Sheets*
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.
MAIA - Health Check. Uses noOp, telegram, scheduleTrigger, googleSheets. Scheduled trigger; 7 nodes.
Politician Social Media Monitor. Uses httpRequest, slack. Scheduled trigger; 7 nodes.
Every X day at Y pm, the workflow is automatically triggered.