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": "Pretrip Scheduler J-14 \u00e0 J-1",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8 * * *"
}
]
}
},
"id": "e2f1e6b3-1941-482d-8bde-65ca9ab083d0",
"name": "Schedule Trigger (08:00 AM)",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
240,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://[YOUR-SUPABASE-URL]/functions/v1/pretrip-scheduler",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer [YOUR_SUPABASE_ANON_KEY_OR_SECRET]"
}
]
},
"options": {}
},
"id": "184b2c01-f173-42e7-aab6-4c4ce42d997d",
"name": "Call Supabase Edge Function",
"type": "n8n-nodes-base.httpRequest",
"position": [
460,
300
]
}
],
"connections": {
"Schedule Trigger (08:00 AM)": {
"main": [
[
{
"node": "Call Supabase Edge Function",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Pretrip Scheduler J-14 à J-1. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/Automakion/TravelFlow-AI/blob/a9024682abcfb9a586c5fa3273855f764aa4c6e8/n8n-workflows/pretrip-j14-a-j1.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.