n8n
Workflow
Add New Clients From Notion To Clockify
This n8n workflow automates tasks using Notion. Add New Clients From Notion To Clockify - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks using Notion. Add New Clients From Notion To Clockify - ready to import and run in your n8n instance.
Features:
- Conditional logic and branching
- Integrates with Notion
Source Code
{
"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": {
"id": "U7trUA4hFkSWHagH",
"name": "Clockify account"
}
},
"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": {
"id": "ogjRdz4QQPvdkxqo",
"name": "Notion account privat"
}
},
"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": "Configuration note: update with your credentials or endpoint.",
"color": "#FFF59D"
},
"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": "Configuration note: update with your credentials or endpoint.",
"color": "#FFF59D"
},
"typeVersion": 1
}
],
"connections": {
"Add client to Clockify": {
"main": [
[]
]
},
"Notion Trigger on new client": {
"main": [
[
{
"node": "Add client to Clockify",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, Clockify API credentials, Notion API credentials
Tags
#n8n
#automation
#workflow