Skip to main content

Book paid legal appointments with Stripe, Google Calendar, Gmail and Telegram

Workflow preview

Workflow preview
100%
Book paid legal appointments with Stripe, Google Calendar, Gmail and Telegram preview
Open on n8n.io

1. Workflow Overview

Quick overview Automate legal appointment booking end to end. Clients request a slot via webhook, Google Calendar checks availability, Stripe collects payment, and a confirmed calendar event is cre...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.googlecalendar, n8n-nodes-base.if, n8n-nodes-base.gmail, n8n-nodes-base.httprequest, n8n-nodes-base.telegram

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Book paid legal appointments with Stripe, Google Calendar, Gmail and Telegram
Workflow name
Book paid legal appointments with Stripe, Google Calendar, Gmail and Telegram

Quick overview

Automate legal appointment booking end-to-end. Clients request a slot via webhook, Google Calendar checks availability, Stripe collects payment, and a confirmed calendar event is created automatically. The lawyer gets notified via Gmail and Telegram with a 24-hour reminder sent to the client.

How it works

  1. A client submits a booking request via webhook containing their name, email, phone, preferred date, time, and service type.
  2. Google Calendar checks whether the requested time slot is available. If unavailable, a rejection email is sent to the client automatically.
  3. If the slot is available, a Stripe payment link is generated for the consultation fee and sent to the client via Gmail and Telegram.
  4. Once Stripe confirms payment, a unique booking ID is generated and a confirmed event is created in Google Calendar with full client details.
  5. A confirmation email with the booking ID is sent to the client, then the lawyer is notified via Gmail and Telegram with complete appointment details.
  6. The booking is logged to Google Sheets and a 24-hour reminder email is automatically sent to the client before the appointment.

Setup

  1. Connect your Google Calendar credential in n8n and replace YOUR_LAWYER_CALENDAR_ID with your Calendar ID found in Google Calendar Settings.
  2. Connect your Gmail credential in n8n and replace YOUR_LAWYER_EMAIL in the Notify Lawyer via Email node with your actual email address.
  3. Add your Stripe Secret Key in the Generate Stripe Payment Link node — get it from dashboard.stripe.com/apikeys.
  4. In Stripe Dashboard go to Developers → Webhooks → Add Endpoint, paste the Stripe Payment Confirmed webhook URL, and select the checkout.session.completed event.
  5. Create a Google Sheet with these column headers: Booking ID, Client Name, Client Email, Service, Date, Time, Amount Paid, Status, Timestamp — then replace YOUR_GOOGLE_SHEET_ID in the Log Booking node.
  6. Create a Telegram bot via @BotFather, add the token as a Telegram credential in n8n, and replace YOUR_TELEGRAM_CHAT_ID_LAWYER and YOUR_TELEGRAM_CHAT_ID_CLIENT in the Telegram nodes.

Requirements

  • Google Calendar account connected via OAuth2
  • Gmail account connected via OAuth2
  • Stripe account with Secret API key and webhook configured
  • Google Sheets with booking log headers set up
  • Telegram Bot Token with Chat IDs for lawyer and client

Customization

  • Add multiple service types with different durations and prices by extending the IF node conditions
  • Connect Zoom or Google Meet to auto-generate a meeting link and attach it to the calendar event on booking
  • Replace Telegram with WhatsApp Business API for client notifications
  • Connect HubSpot or Salesforce to auto-create client records when a booking is confirmed
  • Add a cancellation webhook to handle appointment cancellations and trigger Stripe refunds automatically

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 Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - Sticky Note6

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

Block 8 - Sticky Note7

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

Block 9 - When Booking Requested

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

Block 10 - Set Booking Details

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

Block 11 - Check Calendar for Open Slot

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

Block 12 - If Slot is Available

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

Block 13 - Email Slot Unavailability

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

Block 14 - Post to Stripe Payment API

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

Block 15 - Build Payment Link Info

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

Block 16 - Email Payment Link to Client

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

Block 17 - Telegram Payment Link

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

Block 18 - When Stripe Payment Confirmed

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

Block 19 - Set Booking Identifier

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

Block 20 - Add Event to Calendar

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

Block 21 - Email Booking Confirmation

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

Block 22 - Email Lawyer Notification

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

Block 23 - Telegram Lawyer Notification

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

Block 24 - Append Booking to Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

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

3. Summary Table

Workflow Book paid legal appointments with Stripe, Google Calendar, Gmail and Telegram
Complexity advanced
Nodes 26
Categories Support Chatbot
Author Muhammad Adeel
Published 03 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16080/16080.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 Book paid legal appointments with Stripe, Google Calendar, Gmail and Telegram do?

Quick overview Automate legal appointment booking end to end. Clients request a slot via webhook, Google Calendar checks availability, Stripe collects payment, and a confirmed calendar event is cre...

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 use case.