Use this essential n8n workflow to automatically log new meeting invitees from Calendly directly into your Notion database. Automate data entry using this powerful n8n template.
Download this n8n workflow template and start using it instantly.
Manual data entry following a successful booking can be time-consuming and prone to errors. This specific n8n workflow solves that pain point entirely. By deploying this automation, every time a new meeting is booked via Calendly, the invitee's details are instantly captured by the n8n trigger and forwarded directly to a specified Notion database. This ensures your customer relationship management (CRM) data or project management lists are always up-to-date, reflecting immediate engagement without any human intervention. This efficient n8n template is essential for scaling operations and maintaining high data quality.
This automation begins with a specialized n8n trigger listening for specific booking events. The logic flow is straightforward and highly effective:
Calendly Trigger n8n node is configured to listen specifically for the invitee.created event, which fires immediately after a meeting is booked.name and email.Notion n8n node. This node uses the extracted data to create a brand new page (row) in a pre-defined Notion database. To deploy this powerful n8n workflow, follow these steps:
Calendly Trigger n8n node. You must set up and select your Calendly API Credentials. You may also need to configure a webhook in your Calendly settings pointing to the exposed webhook URL provided by the n8n trigger node once the workflow is activated.Notion n8n node and set up your Notion API Credentials. Ensure the associated integration has access to the specific database targeted in this n8n template.Notion n8n node, you must update the Database ID (b40628ca-9000-4576-ab2c-4ed3c37e6ee4 in the input data) to match your target Notion database. Calendly Trigger (n8n node):
Function: This critical n8n trigger initializes the workflow. It acts as a webhook listener, waiting for events from your configured Calendly account.
Key Configuration: Configured to monitor only the invitee.created event, ensuring the n8n workflow runs only when a new meeting is successfully booked.
Notion (n8n node):
Function: Handles the final data action by writing the captured invitee details into a structured database within Notion.
Key Configuration:
Resource: Database Page (creating a new entry).
Database ID: Requires updating to match the user's intended Notion database.
Properties: Uses n8n expressions to dynamically map data:
Name: ={{$json["payload"]["invitee"]["name"]}}
Email: ={{$json["payload"]["invitee"]["email"]}}
Status (Select): Assigned a static internal ID, meaning the record is instantly tagged with a specific status (e.g., 'Booked', 'New Lead') upon creation by this n8n node.
Use this powerful n8n workflow to seamlessly integrate GitHub fork activity with Pipedrive CRM. Automatically create and update leads, ensuring no prospect is missed. Explore robust n8n templates for DevOps and sales.

Use this robust n8n workflow to automatically add events to your Google Calendar. Perfect for testing recurring tasks or simple scheduling using the Google Calendar n8n node.

Implement a secure authorization layer for your Telegram bot using this n8n workflow. Whitelist users via a custom n8n node and instantly alert multiple administrators on unauthorized access attempts. Protect your paid API credits and resources.

Log every incoming Gmail message automatically to Google Sheets using this easy n8n workflow. Perfect for tracking leads, contacts, and support requests using a reliable n8n trigger.









































