0461 Graphql Webhook Automate Webhook
0461 Graphql Webhook Automate Webhook
Webhook
Medium
4
Nodes
Webhook
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.12 KB
{
"name": "0461 Graphql Webhook Automate Webhook",
"nodes": [
{
"name": "GraphQL",
"type": "n8n-nodes-base.graphql",
"position": [
800,
300
],
"parameters": {
"query": "=query {\n country(code: \"{{$node[\"Webhook\"].data[\"query\"][\"code\"].toUpperCase()}}\") {\n name\n phone\n emoji\n } \n}",
"endpoint": "https://countries.trevorblades.com/",
"requestMethod": "GET",
"responseFormat": "string"
},
"typeVersion": 1
},
{
"name": "Function",
"type": "n8n-nodes-base.function",
"position": [
1000,
300
],
"parameters": {
"functionCode": "items[0].json = JSON.parse(items[0].json.data).data.country;\nreturn items;"
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
1200,
300
],
"parameters": {
"values": {
"str...Showing first 1000 characters. Click "Expand" to view the full JSON.