Communication & Messaging

0285 Zendesk HubSpot Create Scheduled

0285 Zendesk HubSpot Create Scheduled

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

Workflow Overview

Total Nodes
9
Node Types
6

Node Types

merge
Add Zendesk company data to Hubspot data
1 node
function Item
Set new last execution timestamp, Get last execution timestamp
2 nodes
hubspot
Get modified companies
1 node
zendesk
Get all Zendesk organisations, Create organisation, Update organisation
3 nodes
if
Company exists in Zendesk
1 node
cron
Every 5 minutes
1 node

Workflow JSON

7.1 KB
{
  "meta": {
    "instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
  },
  "name": "0285 Zendesk HubSpot Create Scheduled",
  "nodes": [
    {
      "id": "60e3ee97-68cb-46ef-8a92-a9e8d1cdd45d",
      "name": "Add Zendesk company data to Hubspot data",
      "type": "n8n-nodes-base.merge",
      "position": [
        1120,
        320
      ],
      "parameters": {
        "mode": "mergeByKey",
        "propertyName1": "properties.name.value",
        "propertyName2": "name"
      },
      "typeVersion": 1
    },
    {
      "id": "d72c4307-c24c-494f-b5c2-57fd44ede5a5",
      "name": "Set new last execution timestamp",
      "type": "n8n-nodes-base.functionItem",
      "position": [
        1820,
        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 struc...

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