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": "HIC \u2014 Weekly Content Plan",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "weeks"
}
]
}
},
"id": "t3-schedule",
"name": "Every Week",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
]
},
{
"parameters": {
"resource": "intelligence",
"operation": "askHic",
"question": "What should I post this week?",
"industry": {
"__rl": true,
"mode": "id",
"value": "restaurants"
},
"outputMode": "perRecommendation",
"simplify": true,
"options": {
"intent": "content_ideas",
"timeWindow": "7d",
"maxResults": 5
}
},
"id": "t3-ask",
"name": "Ask HIC \u2014 Content Ideas",
"type": "n8n-nodes-hixy-intelligence-cloud.hixyIntelligenceCloud",
"typeVersion": 1,
"position": [
240,
0
]
},
{
"parameters": {},
"id": "t3-draft",
"name": "Draft Content (add OpenAI/Hixy)",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
480,
0
]
}
],
"connections": {
"Every Week": {
"main": [
[
{
"node": "Ask HIC \u2014 Content Ideas",
"type": "main",
"index": 0
}
]
]
},
"Ask HIC \u2014 Content Ideas": {
"main": [
[
{
"node": "Draft Content (add OpenAI/Hixy)",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
HIC — Weekly Content Plan. Uses n8n-nodes-hixy-intelligence-cloud. Scheduled trigger; 3 nodes.
Source: https://github.com/Hixy-app/n8n-nodes-hixy-intelligence-cloud/blob/main/templates/03-weekly-content-plan.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.
HIC — Weekly Trend Alert. Uses n8n-nodes-hixy-intelligence-cloud. Scheduled trigger; 4 nodes.
Archive Spotify S Discover Weekly Playlist. Uses spotify, scheduleTrigger. Scheduled trigger; 7 nodes.
This workflow will archive your Spotify Discover Weekly playlist to an archive playlist named "Discover Weekly Archive" which you must create yourself. If you want to change the name of the archive pl
Activity Encouragement. Uses strava, noOp, emailSend. Scheduled trigger; 6 nodes.
Execute a command that gives the hard disk memory used on the host machine. Uses executeCommand, twilio, noOp. Scheduled trigger; 5 nodes.