Communication & Messaging

0280 Zendesk Jira Create Webhook

0280 Zendesk Jira Create Webhook

Webhook
Medium
7
Nodes
Webhook
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
7
Node Types
5

Node Types

if
IF
1 node
jira
Create issue, Create comment to existing issue
2 nodes
zendesk
Update ticket, Get ticket
2 nodes
function
Determine
1 node
webhook
On new Zendesk ticket
1 node

Workflow JSON

5.76 KB
{
  "meta": {
    "instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
  },
  "name": "0280 Zendesk Jira Create Webhook",
  "nodes": [
    {
      "id": "b374f136-0050-40ea-b889-03c1e20a161e",
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        1000,
        300
      ],
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{$node[\"Determine\"].json[\"Jira issue key\"]}}",
              "operation": "isNotEmpty"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "52e85300-9a2f-45e9-973e-0fda49a50bf1",
      "name": "Create issue",
      "type": "n8n-nodes-base.jira",
      "position": [
        1180,
        400
      ],
      "parameters": {
        "project": "10000",
        "summary": "={{$node[\"Get ticket\"].json[\"subject\"]}}",
        "issueType": "10003",
        "additionalFields": {
          "description": "=See Zendes...

Showing first 1000 characters. Click "Expand" to view the full JSON.