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 →
{
"nodes": [
{
"name": "Calendly Trigger",
"type": "n8n-nodes-base.calendlyTrigger",
"position": [
490,
320
],
"parameters": {
"events": [
"invitee.created"
]
},
"credentials": {
"calendlyApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Notion",
"type": "n8n-nodes-base.notion",
"position": [
690,
320
],
"parameters": {
"blockUi": {
"blockValues": []
},
"resource": "databasePage",
"databaseId": "b40628ca-9000-4576-ab2c-4ed3c37e6ee4",
"propertiesUi": {
"propertyValues": [
{
"key": "Name|title",
"title": "={{$json[\"payload\"][\"invitee\"][\"name\"]}}",
"peopleValue": [],
"relationValue": [
""
],
"multiSelectValue": []
},
{
"key": "Email|email",
"emailValue": "={{$json[\"payload\"][\"invitee\"][\"email\"]}}",
"peopleValue": [],
"relationValue": [
""
],
"multiSelectValue": []
},
{
"key": "Status|select",
"peopleValue": [],
"selectValue": "6ad3880b-260a-4d12-999f-5b605e096c1c",
"relationValue": [
""
],
"multiSelectValue": []
}
]
}
},
"credentials": {
"notionApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Calendly Trigger": {
"main": [
[
{
"node": "Notion",
"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.
calendlyApinotionApi
About this workflow
Calendly Notion. Uses calendlyTrigger, notion. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →