AutomationFlowsWeb Scraping › Arcanainsight — Spec Tracker (cloud Webhook)

Arcanainsight — Spec Tracker (cloud Webhook)

ArcanaInsight — Spec Tracker (Cloud Webhook). Uses httpRequest. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 4 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": "ArcanaInsight \u2014 Spec Tracker (Cloud Webhook)",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "arcana-spec",
        "options": {}
      },
      "id": "webhook-trigger",
      "name": "GitHub Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true
          },
          "combinator": "and",
          "conditions": [
            {
              "leftValue": "={{ $json.body.action }}",
              "rightValue": "labeled",
              "operator": {
                "type": "string",
                "operation": "equals"
              }
            },
            {
              "leftValue": "={{ $json.body.label?.name }}",
              "rightValue": "spec",
              "operator": {
                "type": "string",
                "operation": "equals"
              }
            }
          ]
        }
      },
      "id": "filter-spec",
      "name": "Filter: spec \ub77c\ubca8\ub9cc",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2,
      "position": [
        470,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "=https://api.github.com/repos/xzawed/ArcanaInsight/issues/{{ $json.body.issue.number }}/labels",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={ \"labels\": [\"in-progress\"] }"
      },
      "id": "mark-progress",
      "name": "GitHub: in-progress \ub77c\ubca8 \ucd94\uac00",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        690,
        200
      ],
      "credentials": {
        "httpHeaderAuth": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "method": "POST",
        "url": "=https://api.github.com/repos/xzawed/ArcanaInsight/issues/{{ $json.body.issue.number }}/comments",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={ \"body\": \"\ud83e\udd16 **Spec \uac10\uc9c0\ub428 \u2014 \uad6c\ud604 \ub300\uae30 \uc911 (\uc2e4\uc2dc\uac04)**\\n\\n\uc774 \uc2a4\ud399\uc774 \uc2e4\uc2dc\uac04\uc73c\ub85c \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. Claude CLI\uc5d0\uc11c \uad6c\ud604\uc744 \uc2dc\uc791\ud574\uc8fc\uc138\uc694:\\n\\n```\\nGitHub Issue #{{ $json.body.issue.number }} \ub0b4\uc6a9\ub300\ub85c \uad6c\ud604\ud574\uc918\\n```\\n\\n---\\n*n8n Cloud Spec Tracker\uc5d0 \uc758\ud574 \uc790\ub3d9 \uc0dd\uc131\ub41c \ucf54\uba58\ud2b8\uc785\ub2c8\ub2e4.*\" }"
      },
      "id": "comment-issue",
      "name": "GitHub: Issue \ucf54\uba58\ud2b8",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        690,
        400
      ],
      "credentials": {
        "httpHeaderAuth": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "GitHub Webhook": {
      "main": [
        [
          {
            "node": "Filter: spec \ub77c\ubca8\ub9cc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter: spec \ub77c\ubca8\ub9cc": {
      "main": [
        [
          {
            "node": "GitHub: in-progress \ub77c\ubca8 \ucd94\uac00",
            "type": "main",
            "index": 0
          },
          {
            "node": "GitHub: Issue \ucf54\uba58\ud2b8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

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

About this workflow

ArcanaInsight — Spec Tracker (Cloud Webhook). Uses httpRequest. Webhook trigger; 4 nodes.

Source: https://github.com/xzawed/ArcanaInsight/blob/c1641752558f57db53cf5cdbb13395a6107639ed/n8n/workflow-spec-tracker.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

This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface

HTTP Request
Web Scraping

Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request