Web Scraping & Data Extraction
0253 HTTP GitHub Send Webhook
0253 HTTP GitHub Send Webhook
Manual
Medium
6
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
6
Node Types
5
Node Types
http Request
HTTP Request
1 node
pipedrive
Search PR user in Pipedrive by email, Pipedrive
2 nodes
if
person exists
1 node
no Op
NoOp
1 node
github Trigger
ON Pull Request
1 node
Workflow JSON
3.94 KB
{
"meta": {
"instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
},
"name": "0253 HTTP GitHub Send Webhook",
"nodes": [
{
"id": "28409b8d-3ae2-4cdb-a4ba-b0af9f31c1f2",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
940,
440
],
"parameters": {
"url": "={{$json[\"body\"].sender.url}}",
"options": {},
"authentication": "predefinedCredentialType",
"nodeCredentialType": "githubApi"
},
"credentials": {
"githubApi": {
"id": "7",
"name": "GitHub account"
}
},
"typeVersion": 2
},
{
"id": "aa604a92-7691-4b25-bbd0-ce42b8147fd8",
"name": "Search PR user in Pipedrive by email",
"type": "n8n-nodes-base.pipedrive",
"position": [
1220,
440
],
"parameters": {
"term": "={{ $json[\"email\"]}}",
"resource": "person",
...Showing first 1000 characters. Click "Expand" to view the full JSON.