Communication & Messaging
Slack-GitHub User Info
Slack-GitHub User Info
Webhook
Medium
4
Nodes
Webhook
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
4.24 KB
{
"id": "5",
"name": "Slack-GitHub User Info",
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
300,
300
],
"webhookId": "dacd64a7-a83e-4492-b8fe-363453906d0d",
"parameters": {
"path": "dacd64a7-a83e-4492-b8fe-363453906d0d",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 1
},
{
"name": "GraphQL",
"type": "n8n-nodes-base.graphql",
"position": [
500,
300
],
"parameters": {
"query": "=query {\nuser(login:\"{{$node[\"Webhook\"].json[\"body\"][\"text\"]}}\"){\nname\ncompany\nlocation\navatarUrl\nemail\npullRequests(last: 25) {\nedges {\nnode {\ncommits(last:25) {\nnodes {\ncommit {\nauthor {\nemail\nname\n}\n}\n}\n}\n}\n}\n}\n}\n}",
"endpoint": "https://api.github.com/graphql",
"requestFormat": "json",
"responseFormat": "string",
"headerParametersUi": {
"...Showing first 1000 characters. Click "Expand" to view the full JSON.