AutomationFlowsWeb Scraping › Venuedesk - Cancel Recurring Series

Venuedesk - Cancel Recurring Series

VenueDesk - Cancel Recurring Series. 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 - Cancel Recurring Series",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "cancel-recurring-series",
        "authentication": "none",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "crs-wh-001",
      "name": "Webhook: Cancel Series",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        -600,
        200
      ],
      "credentials": {}
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://api.venuedesk.co.uk/recurring/cancel-series",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "={{ 'Bearer ' + ($('Webhook: Cancel Series').first().json.body?.jwt || '') }}"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ]
        },
        "sendBody": true,
        "contentType": "json",
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify({ series_id: ($('Webhook: Cancel Series').first().json.body?.series_id || $('Webhook: Cancel Series').first().json.body?.rule_id || ''), performed_by: ($('Webhook: Cancel Series').first().json.body?.performed_by || 'Staff') }) }}",
        "options": {
          "continueOnFail": true
        }
      },
      "id": "crs-http-001",
      "name": "API: Cancel Series",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        -360,
        200
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ $json }}",
        "options": {}
      },
      "id": "crs-resp-001",
      "name": "Respond: Result",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.1,
      "position": [
        -120,
        200
      ]
    }
  ],
  "active": true,
  "connections": {
    "Webhook: Cancel Series": {
      "main": [
        [
          {
            "node": "API: Cancel Series",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "API: Cancel Series": {
      "main": [
        [
          {
            "node": "Respond: Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "crs-v2-2026-04-27",
  "id": "CancelRecurringSeries01",
  "tags": []
}
Pro

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

About this workflow

VenueDesk - Cancel Recurring Series. Uses httpRequest. Webhook trigger; 3 nodes.

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