Web Scraping & Data Extraction
Syncro Alert to OpsGenie
Syncro Alert to OpsGenie
Webhook
High
7
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
7
Node Types
0
Workflow JSON
5.07 KB
{
"id": 117,
"name": "Syncro Alert to OpsGenie",
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
460,
380
],
"webhookId": "fromsyncro",
"parameters": {
"path": "fromsyncro",
"options": {},
"httpMethod": "POST",
"responseData": "allEntries",
"responseMode": "lastNode"
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
780,
380
],
"parameters": {
"values": {
"string": [
{
"name": "AlertID",
"value": "={{$node[\"Webhook\"].json[\"body\"][\"attributes\"][\"id\"]}}"
},
{
"name": "Description",
"value": "={{$node[\"Webhook\"].json[\"body\"][\"attributes\"][\"computer_name\"]}} ({{$node[\"Webhook\"].json[\"body\"][\"attributes\"][\"customer\"][\"business_t...Showing first 1000 characters. Click "Expand" to view the full JSON.