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": "Aura Decore \u00b7 Design Semanal (LUNA + ARTE)",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8 * * 1"
}
]
}
},
"name": "Cron \u2014 Toda Segunda 8h",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
240,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://web-production-f1cb5.up.railway.app/crew/run",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "crew_type",
"value": "design"
},
{
"name": "product",
"value": "pack semanal: 3 posts feed 1080x1080 + 2 stories 1080x1920 + 1 banner 1200x630 \u2014 estetica japandi da semana"
}
]
},
"options": {
"timeout": 300000
}
},
"name": "Gera Pack de Design Semanal",
"type": "n8n-nodes-base.httpRequest",
"position": [
440,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://web-production-f1cb5.up.railway.app/crew/run",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "crew_type",
"value": "store_update"
},
{
"name": "context",
"value": "Semana nova: atualizar fotos de produto e descricoes com estilo japandi renovado"
}
]
},
"options": {
"timeout": 300000
}
},
"name": "Atualiza Loja Shopify",
"type": "n8n-nodes-base.httpRequest",
"position": [
640,
300
]
}
],
"connections": {
"Cron \u2014 Toda Segunda 8h": {
"main": [
[
{
"node": "Gera Pack de Design Semanal",
"type": "main",
"index": 0
}
]
]
},
"Gera Pack de Design Semanal": {
"main": [
[
{
"node": "Atualiza Loja Shopify",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": [
{
"name": "Aura Decore"
},
{
"name": "design"
},
{
"name": "shopify"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Aura Decore · Design Semanal (LUNA + ARTE). Uses httpRequest. Scheduled trigger; 3 nodes.
Source: https://github.com/eduardomarques-eng/aura-office-dashboard/blob/7e8b04942c023c1af6b7b390ab386ab5af02b4e3/n8n-workflows/09-design-semanal.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.
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.