Web Scraping & Data Extraction

0252 HTTP GitHub Create Webhook

0252 HTTP GitHub Create Webhook

Manual
Medium
8
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
8
Node Types
5

Node Types

if
person exists
1 node
set
Set person Id
1 node
pipedrive
Create lead, Create person, Create note with github url, Search forkee in Pipedrive by email
4 nodes
github Trigger
On fork
1 node
http Request
Get Github user information
1 node

Workflow JSON

5.98 KB
{
  "meta": {
    "instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
  },
  "name": "0252 HTTP GitHub Create Webhook",
  "nodes": [
    {
      "id": "a84fa822-fd74-45db-93c6-f51be75ef307",
      "name": "person exists",
      "type": "n8n-nodes-base.if",
      "position": [
        920,
        340
      ],
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{$json[\"name\"]}}",
              "operation": "isNotEmpty"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "500ef1bd-8965-4245-81d7-14c3897b4275",
      "name": "Set person Id",
      "type": "n8n-nodes-base.set",
      "position": [
        1480,
        320
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "PipedrivePersonId",
              "value": "={{ $json[\"id\"] }}"
            }
          ]
        },
        "options": {}
      },
...

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