Web Scraping & Data Extraction

Plex Automatic Throttler

Plex Automatic Throttler

Webhook
High
21
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
21
Node Types
0

Workflow JSON

15.19 KB
{
  "id": 11,
  "name": "Plex Automatic Throttler",
  "nodes": [
    {
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        60,
        440
      ],
      "webhookId": "72a05ff6-05f5-4e7a-9eee-54a350bb6a47",
      "parameters": {
        "path": "72a05ff6-05f5-4e7a-9eee-54a350bb6a47",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 1
    },
    {
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        640,
        580
      ],
      "parameters": {
        "rules": {
          "rules": [
            {
              "value2": "media.resume",
              "operation": "contains"
            },
            {
              "output": 1,
              "value2": "media.play",
              "operation": "contains"
            },
            {
              "output": 2,
              "value2": "media.pause",
              "operation": "contains"
            },
            {
            ...

Showing first 1000 characters. Click "Expand" to view the full JSON.