Skip to main content

Automated demo scheduling system with Outlook Calendar and Zoom integration

Workflow preview

Workflow preview
100%
Automated demo scheduling system with Outlook Calendar and Zoom integration preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Live Demo Booking Form with Outlook Calendar and Zoom link Who’s it for This workflow is designed for SaaS companies, consultants, or sales teams that regularly run live demos. It helps automate de...

Best for

  • Support Chatbot automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.form, n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.zoom

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lenouar.

Original n8n.io source

1.1 Workflow description

Title
Automated demo scheduling system with Outlook Calendar and Zoom integration
Workflow name
Automated demo scheduling system with Outlook Calendar and Zoom integration

Live Demo Booking Form with Outlook Calendar and Zoom link

Who’s it for

This workflow is designed for SaaS companies, consultants, or sales teams that regularly run live demos. It helps automate demo scheduling, ensuring clients can only book from available time slots while instantly generating Zoom links and calendar invitations.

How it works / What it does

  1. Client fills demo request form → Collects company, contact details, and a preferred date.
  2. Check Outlook calendar availability → Searches for pre-created “Online Meeting Slot” events.
  3. Time slot selection → If the date has slots, the client chooses from up to 3 nearest available times. If not, they’re asked to pick another date.
  4. Create Zoom meeting → Once a date & time are confirmed, a Zoom link is automatically generated.
  5. Update Outlook calendar → The chosen slot is updated with the client’s details and Zoom link, marked as “Booked Live Demo” so it can’t be double-booked.
  6. Send confirmation → The client receives a styled confirmation screen, and both parties get the calendar invite.

How to set up

  1. Import the workflow JSON into your n8n instance.
  2. Configure the following credentials:
    • Microsoft Outlook OAuth2 API (for calendar access).
    • Zoom OAuth2 API (for automatic meeting creation).
  3. Pre-create “Online Meeting Slot” events in your Outlook calendar to define available demo times.
  4. Publish the form via n8n’s webhook URL (embed it in your website or share the link).
  5. Test by submitting a request to ensure slots update correctly and Zoom links are created.

Requirements

  • n8n self-hosted or cloud account.
  • Microsoft Outlook account with calendar access.
  • Zoom account with OAuth2 credentials.
  • Pre-created calendar slots named “Online Meeting Slot”.

How to customize the workflow

  • Form fields: Adjust the client details form to capture additional data (e.g., industry, product interest).
  • Email/notification: Add an Email or Slack node to notify your sales team of new demo bookings.
  • Custom branding: Update the CSS in the form nodes to match your company’s style.
  • Capacity rules: Modify the IF nodes to limit the number of bookings per day or adjust the slot-checking logic.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note16

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Select Date&Time

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 3 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 4 - Outlook Calendar CheckAvailability

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Set Events

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Set Form Dates

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Select New Date

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 8 - Outlook Update Event

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Final Form

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 10 - Get Date

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 11 - Form Failed

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 12 - New Slot Available?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 13 - Create Zoom meeting

Type / Role
n8n-nodes-base.zoom - zoom
Config choices
Version 1

Block 14 - Persist Selected Date&Time

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 15 - Client Details

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 16 - Selected Date Has Slot Available?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 17 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Set Event Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automated demo scheduling system with Outlook Calendar and Zoom integration
Complexity advanced
Nodes 21
Categories Support Chatbot, AI Chatbot
Author Lenouar
Published 10 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8456/8456.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automated demo scheduling system with Outlook Calendar and Zoom integration do?

Live Demo Booking Form with Outlook Calendar and Zoom link Who’s it for This workflow is designed for SaaS companies, consultants, or sales teams that regularly run live demos. It helps automate de...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI Chatbot use case.