Skip to main content

Send AI patient follow-ups and rebooking emails with Claude, Gmail, Slack and Sheets

Workflow preview

Workflow preview
100%
Send AI patient follow-ups and rebooking emails with Claude, Gmail, Slack and Sheets preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow monitors a Google Sheets patient intake log, uses Anthropic Claude to decide the right follow up action and draft an email, sends the message via Gmail, optionally noti...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.switch, n8n-nodes-base.gmail, n8n-nodes-base.googlesheets

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send AI patient follow-ups and rebooking emails with Claude, Gmail, Slack and Sheets
Workflow name
Send AI patient follow-ups and rebooking emails with Claude, Gmail, Slack and Sheets

Quick overview

This workflow monitors a Google Sheets patient intake log, uses Anthropic Claude to decide the right follow-up action and draft an email, sends the message via Gmail, optionally notifies a clinic manager in Slack for re-bookings, and appends each communication to a Google Sheets log.

How it works

  1. Triggers when a new patient row appears in a Google Sheets intake spreadsheet.
  2. Loads clinic settings (sheet IDs, clinic name, booking link, sender email, and Slack channel) and formats the patient record into a prompt.
  3. Sends the prompt to Anthropic Claude (Sonnet) to return a JSON plan with an action, urgency, email subject/body, and a short reason.
  4. Parses Claude’s JSON response and falls back to a default follow-up message if parsing fails.
  5. Routes the patient to the correct branch and sends a plain-text email via Gmail (welcome, re-booking, or follow-up).
  6. For re-booking emails, posts a Slack notification to the clinic manager with patient details for manual confirmation.
  7. Appends a row to a Google Sheets communications log with the action, status, urgency, timestamp, and email details.

Setup

  1. Connect credentials for Google Sheets, Gmail, Slack, and Anthropic (Claude) in n8n.
  2. Update the configuration values for INTAKE_SHEET_ID, LOG_SHEET_ID, LOG_SHEET_NAME, SLACK_CHANNEL_ID, CLINIC_NAME, BOOKING_LINK, and SENDER_EMAIL.
  3. Ensure your intake sheet contains the expected fields (for example Patient Name, Email, Contact Reason, Appointment Status, Last Visit, and Notes) and create a communications log sheet with matching columns for the appended data.

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

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

Block 2 - Intake Section

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

Block 3 - AI Analysis Section

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

Block 4 - Routing Section

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

Block 5 - Branches Section

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

Block 6 - Patient Intake Form

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

Block 7 - Configure Clinic Settings

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

Block 8 - Build Patient Prompt

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

Block 9 - Analyse Patient Submission

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

Block 10 - Claude Sonnet

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 11 - Parse Patient Plan

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

Block 12 - Route by Action

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

Block 13 - Send Welcome Email

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

Block 14 - Log Welcome

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

Block 15 - Send Rebook Email

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

Block 16 - Prepare Slack Message

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

Block 17 - Notify Clinic Manager

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

Block 18 - Log Rebook

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

Block 19 - Send Follow-Up Email

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

Block 20 - Log Follow-Up

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

3. Summary Table

Workflow Send AI patient follow-ups and rebooking emails with Claude, Gmail, Slack and Sheets
Complexity advanced
Nodes 20
Categories Lead Nurturing, AI Summarization
Author Akshay Chug
Published 26 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15969/15969.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 Send AI patient follow-ups and rebooking emails with Claude, Gmail, Slack and Sheets do?

Quick overview This workflow monitors a Google Sheets patient intake log, uses Anthropic Claude to decide the right follow up action and draft an email, sends the message via Gmail, optionally noti...

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.