Business Process Automation

0267 Functionitem Zendesk Create Scheduled

0267 Functionitem Zendesk Create Scheduled

Scheduled
High
21
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
21
Node Types
11

Node Types

no Op
NoOp, NoOp1, NoOp2
3 nodes
function Item
Get last execution timestamp, Set new last execution timestamp
2 nodes
if
Pipedrive person Id found, Channel is email, New comment, Done processing
4 nodes
http Request
Get Zendesk comments for tickets
1 node
merge
Add comments to tickets, Add Pipedrive person Id to Zendesk tickets
2 nodes
zendesk
Get tickets updated after last execution
1 node
set
Rename fields and keep only needed fields, Set search email
2 nodes
pipedrive
Search persons by email, Add comment as a note in Pipedrive
2 nodes
item Lists
Remove duplicates to make search efficient, Split comments to seperate items
2 nodes
split In Batches
Process commenst per ticket
1 node
cron
Every day at 09:00
1 node

Workflow JSON

14.41 KB
{
  "meta": {
    "instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
  },
  "name": "0267 Functionitem Zendesk Create Scheduled",
  "nodes": [
    {
      "id": "a4280167-97e0-4d12-bdfc-735dd9c69f03",
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1160,
        540
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a3ad4e3b-0841-4a6e-993b-5239d9e56eaf",
      "name": "Get last execution timestamp",
      "type": "n8n-nodes-base.functionItem",
      "position": [
        420,
        300
      ],
      "parameters": {
        "functionCode": "// Code here will run once per input item.\n// More info and help: https://docs.n8n.io/nodes/n8n-nodes-base.functionItem\n// Tip: You can use luxon for dates and $jmespath for querying JSON structures\n\n// Add a new field called 'myNewField' to the JSON of the item\nconst staticData = getWorkflowStaticData('global');\n\nif(!staticData.lastExecution...

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