n8n Workflow

Transf Meeting Booking Into Notion S Task With Verified Information

This n8n workflow automates tasks using Notion. Transf Meeting Booking Into Notion S Task With Verified Information - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Notion. Transf Meeting Booking Into Notion S Task With Verified Information - ready to import and run in your n8n instance.
Features:
  • Integrates with Notion
Source Code
{
    "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": {
                    "id": "",
                    "name": ""
                }
            },
            "typeVersion": 1,
            "id": "a8f2a7cc-c38c-4a52-a5bc-6c1bedea471b"
        },
        {
            "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": {
                    "id": "",
                    "name": ""
                }
            },
            "typeVersion": 1,
            "id": "768a9229-5304-46dd-a6a2-a488a69ea05a"
        },
        {
            "name": "Calendly Trigger",
            "type": "n8n-nodes-base.calendlyTrigger",
            "position": [
                460,
                400
            ],
            "webhookId": "",
            "parameters": {
                "events": [
                    "invitee.created"
                ]
            },
            "typeVersion": 1,
            "id": "a419c6eb-8b3b-4448-ac36-d794b5ea12f1"
        }
    ],
    "connections": {
        "Dropcontact": {
            "main": [
                [
                    {
                        "node": "Notion",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Calendly Trigger": {
            "main": [
                [
                    {
                        "node": "Dropcontact",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Notion API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows