AutomationFlowsData & Sheets › Calendly to Notion Integration

Calendly to Notion Integration

Original n8n title: Calendly Notion

Calendly Notion. Uses calendlyTrigger, notion. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesCalendly TriggerNotion
Data & Sheets Trigger: Event Nodes: 2 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": [
    {
      "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.

Pro

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

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 →

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

Humanticai Calendly. Uses notion, humanticAi, calendlyTrigger. Event-driven trigger; 4 nodes.

Notion, Humantic Ai, Calendly Trigger
Data & Sheets

Transf Meeting Booking Into Notion S Task With Verified Information. Uses notion, dropcontact, calendlyTrigger. Event-driven trigger; 3 nodes.

Notion, Dropcontact, Calendly Trigger
Data & Sheets

Send Google Drive Files To Notion Database. Uses googleDriveTrigger, notion. Event-driven trigger; 2 nodes.

Google Drive Trigger, Notion
Data & Sheets

This workflow sends a file to a Notion database of your choosing when a new file is created in a specific Google Drive folder. Notion account and Notion credentials. Google account and Google credenti

Google Drive Trigger, Notion
Data & Sheets

Notion logger. Uses notion, executeWorkflowTrigger. Event-driven trigger; 2 nodes.

Notion, Execute Workflow Trigger