0273 Code Webhook Create Webhook
0273 Code Webhook Create Webhook
Webhook
High
9
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
9
Node Types
7
Node Types
set
Configure
1 node
zendesk
Get ticket, Update ticket
2 nodes
if
IF
1 node
webhook
On new Zendesk ticket
1 node
slack
Create thread, Create reply on existing thread
2 nodes
sticky Note
Note
1 node
code
Code
1 node
Workflow JSON
7.15 KB
{
"meta": {
"instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
},
"name": "0273 Code Webhook Create Webhook",
"nodes": [
{
"id": "b220e0c7-3c34-4221-8fee-11c133a5345b",
"name": "Get ticket",
"type": "n8n-nodes-base.zendesk",
"position": [
740,
540
],
"parameters": {
"id": "={{$node[\"On new Zendesk ticket\"].json[\"body\"][\"id\"]}}",
"operation": "get"
},
"credentials": {
"zendeskApi": {
"id": "24",
"name": "[UPDATE ME]"
}
},
"typeVersion": 1
},
{
"id": "e58834a7-1a94-429f-a50c-2e27293c32a0",
"name": "IF",
"type": "n8n-nodes-base.if",
"position": [
1140,
540
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$node[\"Determine\"].json[\"Slack Thread ID\"]}}",
"operation": "isNotEmpty"
...Showing first 1000 characters. Click "Expand" to view the full JSON.