AutomationFlowsWeb Scraping › Venuedesk — Get Repeat Clients

Venuedesk — Get Repeat Clients

VenueDesk — Get Repeat Clients. Uses httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 3 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": "VenueDesk \u2014 Get Repeat Clients",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "GET",
        "path": "get-repeat-clients",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "wh-grc-001",
      "name": "Webhook: Get Repeat Clients",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        -400,
        200
      ],
      "credentials": {}
    },
    {
      "parameters": {
        "method": "GET",
        "url": "https://api.venuedesk.co.uk/customers/repeat-clients",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "={{ 'Bearer ' + ($('Webhook: Get Repeat Clients').first().json.headers?.authorization?.replace(/^Bearer\\s+/i,'') || $('Webhook: Get Repeat Clients').first().json.query?.jwt || '') }}"
            }
          ]
        },
        "options": {
          "continueOnFail": true
        }
      },
      "id": "api-grc-001",
      "name": "API: Get Repeat Clients",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        -160,
        200
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ JSON.stringify({ data: $json.data || [] }) }}",
        "options": {
          "responseHeaders": {
            "entries": [
              {
                "name": "Access-Control-Allow-Origin",
                "value": "*"
              }
            ]
          }
        }
      },
      "id": "re-grc-001",
      "name": "Respond: Clients",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.1,
      "position": [
        80,
        200
      ]
    }
  ],
  "connections": {
    "Webhook: Get Repeat Clients": {
      "main": [
        [
          {
            "node": "API: Get Repeat Clients",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "API: Get Repeat Clients": {
      "main": [
        [
          {
            "node": "Respond: Clients",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "grc-v2-2026-04-27",
  "id": "GetRepeatClients",
  "tags": []
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

VenueDesk — Get Repeat Clients. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/AndyJay72/VenueDesk/blob/main/n8n-workflows/GetRepeatClients.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

Blog_Summarizer. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.

HTTP Request, Email Send
Web Scraping

Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant

HTTP Request, High Level