AutomationFlowsData & Sheets › Add Notion Clients to Clockify

Add Notion Clients to Clockify

Original n8n title: Add New Clients From Notion to Clockify

Add New Clients From Notion To Clockify. Uses clockify, notionTrigger, stickyNote. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesClockifyNotion Trigger
Data & Sheets Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "f58df180-644e-4e59-a32d-b6b316b8ff97",
      "name": "Add client to Clockify",
      "type": "n8n-nodes-base.clockify",
      "position": [
        240,
        -320
      ],
      "parameters": {
        "name": "={{ $json.Name }}",
        "resource": "client",
        "workspaceId": "5da1c2995e326c429dbe6e31"
      },
      "credentials": {
        "clockifyApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "1f723b4b-30c7-45c9-b3b5-b55211597a93",
      "name": "Notion Trigger on new client",
      "type": "n8n-nodes-base.notionTrigger",
      "position": [
        -140,
        -320
      ],
      "parameters": {
        "pollTimes": {
          "item": [
            {
              "mode": "everyMinute"
            }
          ]
        },
        "databaseId": {
          "__rl": true,
          "mode": "id",
          "value": ""
        }
      },
      "credentials": {
        "notionApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f0f1e554-c2f5-4e41-8e9b-86b5ffcab64c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        -580
      ],
      "parameters": {
        "width": 300,
        "height": 460,
        "content": "## Notion\n### Poll for new clients\n**To-dos**:\n1. Connect your Notion account\n2. Set your polling interval\n3. Select your client Notion database "
      },
      "typeVersion": 1
    },
    {
      "id": "aab21f54-e577-4f01-9005-0113f83beca0",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -580
      ],
      "parameters": {
        "width": 300,
        "height": 460,
        "content": "## Clockify\n### Add new client\n**To-dos**:\n1. Connect your Clockify account\n2. Select your Clockify workspace\n3. Map your Notion client name column to the Clockify \"Client Name\" field"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Add client to Clockify": {
      "main": [
        []
      ]
    },
    "Notion Trigger on new client": {
      "main": [
        [
          {
            "node": "Add client to Clockify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Add New Clients From Notion To Clockify. Uses clockify, notionTrigger, stickyNote. Event-driven trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

Add new clients from Notion to Clockify. Uses clockify, notionTrigger, stickyNote. Event-driven trigger; 4 nodes.

Clockify, Notion Trigger
Data & Sheets

This workflow template is ideal for anyone using Notion for project management and Clockify for time tracking. The workflow automatically adds all new clients from Notion to Clockify. Scans your Notio

Clockify, Notion Trigger
Data & Sheets

Create images with NOTION and RENDERFORM. Uses notionTrigger, httpRequest, notion. Event-driven trigger; 9 nodes.

Notion Trigger, HTTP Request, Notion
Data & Sheets

Database Alerts With Notion And Signl4. Uses notionTrigger, notion, interval, signl4. Event-driven trigger; 13 nodes.

Notion Trigger, Notion, Signl4
Data & Sheets

This workflow converts Notion pages to markdown, and then converts that markdown back to Notion blocks. It will triple the content of the last updated page it finds. This is useless by itself, but you

Notion Trigger, Notion, HTTP Request