Skip to main content

Complete appointment system with Supabase and AI assistants for scheduling & management

Workflow preview

Workflow preview
100%
Complete appointment system with Supabase and AI assistants for scheduling & management preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who’s it for This workflow is designed for organizations or services managing appointments, such as interview scheduling, class enrollments, or client meetings. It’s ideal for users who want to aut...

Best for

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

Tools used

n8n-nodes-base.webhook, @n8n/n8n-nodes-langchain.lmchatollama, n8n-nodes-base.switch, n8n-nodes-base.supabasetool, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.respondtowebhook, n8n-nodes-base.if, n8n-nodes-base.noop

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Complete appointment system with Supabase and AI assistants for scheduling & management
Workflow name
Complete appointment system with Supabase and AI assistants for scheduling & management

Who’s it for

This workflow is designed for organizations or services managing appointments, such as interview scheduling, class enrollments, or client meetings. It’s ideal for users who want to automate appointment creation, rescheduling, cancellation, and data retrieval from a single webhook endpoint.

How it works / What it does

● Receives incoming appointment requests via a Webhook node. ● Processes requests in the Set Fields node, handling multiple actions: • Set Appointment: Adds a new appointment and assigns an available interviewer. • Reschedule: Changes the appointment date based on availability. • Cancel: Deletes an appointment and frees the interviewer’s slot. • Get List: Returns a user’s list of classes. • Get User Info: Retrieves detailed information about a specific user. All actions follow strict instructions to check tables, update rows, and return structured JSON responses.

How to set up

  1. Add the Webhook node and set the HTTP method to POST.
  2. Connect it to the Set Fields node.
  3. Configure the Set Fields node with the desired assignments (set_appointment, reschedule, cancel, get_list, get_user_info).
  4. Ensure your database tables (interviewers, enrollers) are properly configured and accessible.

Requirements

• n8n environment • Database or table access for interviewers and enrollers • Properly formatted incoming JSON requests with necessary fields (e.g., name, nationality number, preferred date).

How to customize the workflow

• Add or modify assignment actions to handle additional appointment scenarios. • Adjust table names or database connections based on your environment. • Extend JSON responses for custom client-side handling.

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 - Webhook

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

Block 2 - Ollama Chat Model

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

Block 3 - Switch

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

Block 4 - Ollama Chat Model1

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

Block 5 - Ollama Chat Model2

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

Block 6 - Ollama Chat Model3

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

Block 7 - Ollama Chat Model4

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

Block 8 - Load Interviewers Table

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

Block 9 - Delete Interviewer Record

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

Block 10 - Create Interview Record

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

Block 11 - Assign Interviewer & Schedule

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 12 - Load Interviewers Table1

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

Block 13 - Reinsert Previous Interview Slot

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

Block 14 - AI Rescheduling Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 15 - Update Enroller Record

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

Block 16 - Load Enroller Record

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

Block 17 - Delete New Interview Slot

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

Block 18 - AI Cancellation Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 19 - Fetch Enroller Profile

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

Block 20 - Insert Available Interviewer

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

Block 21 - Delete Enroller Record

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

Block 22 - AI Class List Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 23 - Fetch Enroller Classes

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

Block 24 - AI Enroller Info Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

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

3. Summary Table

Workflow Complete appointment system with Supabase and AI assistants for scheduling & management
Complexity advanced
Nodes 49
Categories Support Chatbot, AI Chatbot
Author Optimum Office Solution
Published 03 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11462/11462.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 Complete appointment system with Supabase and AI assistants for scheduling & management do?

Who’s it for This workflow is designed for organizations or services managing appointments, such as interview scheduling, class enrollments, or client meetings. It’s ideal for users who want to aut...

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.