Business Process Automation

Syncro to Clockify

Syncro to Clockify

Webhook
Low
2
Nodes
Webhook
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

1.2 KB
{
  "id": "2",
  "name": "Syncro to Clockify",
  "nodes": [
    {
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        490,
        300
      ],
      "webhookId": "43d196b0-63c4-440a-aaf6-9d893907cf3c",
      "parameters": {
        "path": "43d196b0-63c4-440a-aaf6-9d893907cf3c",
        "options": {},
        "httpMethod": "POST",
        "responseData": "allEntries",
        "responseMode": "lastNode"
      },
      "typeVersion": 1
    },
    {
      "name": "Clockify",
      "type": "n8n-nodes-base.clockify",
      "position": [
        690,
        300
      ],
      "parameters": {
        "name": "=Ticket {{$json[\"body\"][\"attributes\"][\"number\"]}} - {{$json[\"body\"][\"attributes\"][\"customer_business_then_name\"]}} [{{$json[\"body\"][\"attributes\"][\"id\"]}}]",
        "workspaceId": "xxx",
        "additionalFields": {}
      },
      "credentials": {
        "clockifyApi": "Clockify"
      },
      "typeVersion": 1
    }
  ],
  ...

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