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": "PostTrip J+2 Review Trigger",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 10 * * *"
}
]
}
},
"id": "4e78b1cf-7123-45c1-90a1-432faed73b18",
"name": "Schedule Trigger (10:00 AM)",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
240,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://[YOUR-SUPABASE-URL]/functions/v1/posttrip-trigger",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer [SUPABASE_KEY]"
}
]
},
"options": {}
},
"id": "abc1c01-f173-42e7-aab6-4c4ce42d997d",
"name": "Call PostTrip Trigger",
"type": "n8n-nodes-base.httpRequest",
"position": [
460,
300
]
}
],
"connections": {
"Schedule Trigger (10:00 AM)": {
"main": [
[
{
"node": "Call PostTrip Trigger",
"type": "main",
"index": 0
}
]
]
}
},
"active": true
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
PostTrip J+2 Review Trigger. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/Automakion/TravelFlow-AI/blob/a9024682abcfb9a586c5fa3273855f764aa4c6e8/n8n-workflows/posttrip-j2.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.