Skip to main content

Qualifying appointment requests with AI & n8n forms

Workflow preview

Workflow preview
100%
Qualifying appointment requests with AI & n8n forms preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This n8n template builds upon a simple appointment request form design which uses AI to qualify if the incoming enquiry is suitable and/or time worthy of an appointment. This demonstrates a lighter...

Best for

  • Lead Nurturing automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.form, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.if, n8n-nodes-base.gmail, n8n-nodes-base.googlecalendar, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Qualifying appointment requests with AI & n8n forms
Workflow name
Qualifying appointment requests with AI & n8n forms

This n8n template builds upon a simple appointment request form design which uses AI to qualify if the incoming enquiry is suitable and/or time-worthy of an appointment.

This demonstrates a lighter approach to using AI in your templates but handles a technically difficult problem - contextual understanding! This example can be used in a variety of contexts where figuring out what is and isn't relevant can save a lot of time for your organisation.

How it works

  • We start with a form trigger which asks for the purpose of the appointment.
  • Instantly, we can qualify this by using a text classifier node which uses AI's contextual understanding to ensure the appointment is worthwhile. If not, an alternative is suggested instead.
  • Multi-page forms are then used to set the terms of the appointment and ask the user for a desired date and time.
  • An acknowledgement is sent to the user while an approval by email process is triggered in the background.
  • In a subworkflow, we use Gmail with the wait for approval operation to send an approval form to the admin user who can either confirm or decline the appointment request.
  • When approved, a Google Calendar event is created. When declined, the user is notified via email that the appointment request was declined.

How to use

  • Modify the enquiry classifier to determine which contexts are relevant to you.
  • Configure the wait for approval node to send to an email address which is accessible to all appropriate team members.

Requirements

  • OpenAI for LLM
  • Gmail for Email
  • Google Calendar for Appointments

Customising this workflow

  • Not using Google Mail or Calendar? Feel free to swap this with other services.
  • The wait for approval step is optional. Remove if you wish to handle appointment request resolution in another way.

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 - n8n Form Trigger

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

Block 2 - Form End

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

Block 3 - Enter Date & Time

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

Block 4 - Get Form Values

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

Block 5 - Terms & Conditions

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

Block 6 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 7 - Has Accepted?

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

Block 8 - Send Receipt

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 9 - Wait for Approval

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 10 - Has Approval?

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

Block 11 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 12 - Create Appointment

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.2

Block 13 - Send Rejection

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 14 - Sticky Note3

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

Block 15 - Sticky Note6

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

Block 16 - Decline

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

Block 17 - Decline1

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

Block 18 - Sticky Note7

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

Block 19 - Sticky Note8

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

Block 20 - Trigger Approval Process

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.1

Block 21 - Execute Workflow Trigger

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

Block 22 - Summarise Enquiry

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.5

Block 23 - Sticky Note9

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

Block 24 - Sticky Note

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

Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Qualifying appointment requests with AI & n8n forms
Complexity advanced
Nodes 25
Categories Lead Nurturing, AI Summarization
Author Jimleuk
Published 26 Nov 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2580/2580.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 Qualifying appointment requests with AI & n8n forms do?

This n8n template builds upon a simple appointment request form design which uses AI to qualify if the incoming enquiry is suitable and/or time worthy of an appointment. This demonstrates a lighter...

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 Lead Nurturing, AI Summarization use case.