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": "Notion",
"type": "n8n-nodes-base.notion",
"position": [
850,
400
],
"parameters": {
"resource": "databasePage",
"databaseId": "",
"propertiesUi": {
"propertyValues": [
{
"key": "Date|date",
"range": true,
"dateEnd": "={{$node[\"Function\"].json[\"payload\"][\"event\"][\"end_time\"]}}",
"dateStart": "={{$node[\"Function\"].json[\"payload\"][\"event\"][\"invitee_start_time\"]}}"
},
{
"key": "email|email",
"emailValue": "={{$json[\"email\"][0][\"email\"]}}"
},
{
"key": "Leads|name",
"title": "={{$json[\"full_name\"]}}"
},
{
"key": "LinkedIn Profile|url",
"urlValue": "={{$json[\"linkedin\"]}}"
},
{
"key": "Person|people",
"peopleValue": [
"22ad678a-175a-405c-b504-978d7804ebb8"
]
},
{
"key": "Website|url",
"urlValue": "={{$json[\"website\"]}}"
},
{
"key": "LinkedIn Company|url",
"urlValue": "={{$json[\"company_linkedin\"]}}"
},
{
"key": "Civility|rich_text",
"textContent": "={{$json[\"civility\"]}}"
}
]
}
},
"credentials": {
"notionApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Dropcontact",
"type": "n8n-nodes-base.dropcontact",
"position": [
650,
400
],
"parameters": {
"email": "={{$json[\"payload\"][\"invitee\"][\"email\"]}}",
"options": {
"siren": true,
"language": "fr"
},
"additionalFields": {
"full_name": "={{$json[\"payload\"][\"invitee\"][\"name\"]}}",
"last_name": "={{$json[\"payload\"][\"invitee\"][\"last_name\"]}}",
"first_name": "={{$json[\"payload\"][\"invitee\"][\"first_name\"]}}"
}
},
"credentials": {
"dropcontactApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Calendly Trigger",
"type": "n8n-nodes-base.calendlyTrigger",
"position": [
460,
400
],
"parameters": {
"events": [
"invitee.created"
]
},
"typeVersion": 1
}
],
"connections": {
"Dropcontact": {
"main": [
[
{
"node": "Notion",
"type": "main",
"index": 0
}
]
]
},
"Calendly Trigger": {
"main": [
[
{
"node": "Dropcontact",
"type": "main",
"index": 0
}
]
]
}
},
"id": "1325",
"name": "Transf meeting booking into Notion's Task with verified information"
}
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.
dropcontactApinotionApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Transf meeting booking into Notion's Task with verified information. Uses notion, dropcontact, calendlyTrigger. Event-driven trigger; 3 nodes.
Source: https://github.com/tommyshum/n8n_template_library/blob/87d0b7db31db00fcf781424ca7d9e86f1c9a9e1b/templates/official/template_1325/workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Transf Meeting Booking Into Notion S Task With Verified Information. Uses notion, dropcontact, calendlyTrigger. Event-driven trigger; 3 nodes.
Humanticai Calendly. Uses notion, humanticAi, calendlyTrigger. Event-driven trigger; 4 nodes.
Calendly Notion. Uses calendlyTrigger, notion. Event-driven trigger; 2 nodes.
AEGIS Pro 무료 체험 자동화. Uses notionTrigger, httpRequest, notion. Event-driven trigger; 5 nodes.
Send Google Drive Files To Notion Database. Uses googleDriveTrigger, notion. Event-driven trigger; 2 nodes.