AutomationFlowsWeb Scraping › Posttrip J+2 Review Trigger

Posttrip J+2 Review Trigger

PostTrip J+2 Review Trigger. Uses httpRequest. Scheduled trigger; 2 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity2 nodesHTTP Request
Web Scraping Trigger: Cron / scheduled Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
}
Pro

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 →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.

HTTP Request
Web Scraping

03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.

HTTP Request
Web Scraping

Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.

HTTP Request, Email Send
Web Scraping

Scheduled-Api-Call. Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request
Web Scraping

WF-8: Data Sync. Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request