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": "Meridian Conceptual \u2014 Modes A + B (weekly)",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 9 * * 0"
}
]
}
},
"id": "schedule-trigger",
"name": "Sunday 9 AM UTC",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
240,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://meridian.markahope.com/conceptualize",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $env.MERIDIAN_RECEIVER_TOKEN }}"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\"mode\": \"connections\"}",
"options": {
"response": {
"response": {
"fullResponse": true
}
},
"timeout": 30000
}
},
"id": "http-mode-a",
"name": "Run Mode A (connections)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
480,
300
],
"onError": "continueRegularOutput"
},
{
"parameters": {
"amount": 30,
"unit": "minutes"
},
"id": "wait-30m",
"name": "Wait 30 min",
"type": "n8n-nodes-base.wait",
"typeVersion": 1,
"position": [
720,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://meridian.markahope.com/conceptualize",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $env.MERIDIAN_RECEIVER_TOKEN }}"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\"mode\": \"maturation\"}",
"options": {
"response": {
"response": {
"fullResponse": true
}
},
"timeout": 30000
}
},
"id": "http-mode-b",
"name": "Run Mode B (maturation)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
960,
300
],
"onError": "continueRegularOutput"
}
],
"connections": {
"Sunday 9 AM UTC": {
"main": [
[
{
"node": "Run Mode A (connections)",
"type": "main",
"index": 0
}
]
]
},
"Run Mode A (connections)": {
"main": [
[
{
"node": "Wait 30 min",
"type": "main",
"index": 0
}
]
]
},
"Wait 30 min": {
"main": [
[
{
"node": "Run Mode B (maturation)",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Meridian Conceptual — Modes A + B (weekly). Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/markahope-aag/meridian/blob/3f116ac6eb5c67e75248620ca7c19ffb26595835/n8n/conceptual-weekly.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.
Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.