Skip to main content

Onboard new clients from forms with OpenAI, Google Sheets, Gmail, and Slack

Workflow preview

Workflow preview
100%
Onboard new clients from forms with OpenAI, Google Sheets, Gmail, and Slack preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow captures client inquiries via an n8n Form, uses OpenAI to generate an internal brief and client facing summary, logs the submission to Google Sheets, creates a Google D...

Best for

  • CRM 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.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.googlesheets, n8n-nodes-base.googledrive, n8n-nodes-base.gmail, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Monfort N. Brian | 宁俊.

Original n8n.io source

1.1 Workflow description

Title
Onboard new clients from forms with OpenAI, Google Sheets, Gmail, and Slack
Workflow name
Onboard new clients from forms with OpenAI, Google Sheets, Gmail, and Slack

Quick overview

This workflow captures client inquiries via an n8n Form, uses OpenAI to generate an internal brief and client-facing summary, logs the submission to Google Sheets, creates a Google Drive folder, notifies your team in Slack, and sends welcome and follow-up emails through Gmail.

How it works

  1. Triggers when a new submission is received via an n8n Form.
  2. Normalizes the submitted fields into a consistent client inquiry object (name, company, email, service, challenge, budget, and timing).
  3. Sends the normalized inquiry to OpenAI to generate a 3-sentence internal brief and a 2-sentence client-facing summary.
  4. Logs the full inquiry and AI brief into a Google Sheets “Clients” worksheet.
  5. Creates a dedicated Google Drive folder for the client and posts a Slack message to your chosen channel with the brief and folder link.
  6. Sends a personalized welcome email to the client via Gmail, waits one day, and then sends an automated follow-up email.

Setup

  1. Connect credentials for OpenAI, Google Sheets, Google Drive, Slack (OAuth2), and Gmail (OAuth2).
  2. Update the Google Sheets document and ensure the “Clients” sheet has columns that match the mapped fields (Timestamp, Name, Company, Email, Phone, Service, Challenge, Budget, Start date, AI brief, Status).
  3. Set the Google Drive parent folder ID for where new client folders should be created.
  4. Replace the Slack channel ID and confirm your Slack app/bot has permission to post messages.
  5. Edit the welcome and follow-up Gmail templates to insert your booking link and signature details.

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 - When Form Submitted

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

Block 7 - Normalize Form Fields

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

Block 8 - Generate AI Brief

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

Block 9 - Build Complete Context

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

Block 10 - Append to Sheets

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

Block 11 - Create Drive Folder

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

Block 12 - Send Welcome Email

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

Block 13 - Wait 1 Day

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

Block 14 - Send Follow-up Email

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

Block 15 - Post to Slack Channel

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

3. Summary Table

Workflow Onboard new clients from forms with OpenAI, Google Sheets, Gmail, and Slack
Complexity advanced
Nodes 15
Categories CRM, AI Summarization
Author Monfort N. Brian | 宁俊
Published 03 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16108/16108.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 Onboard new clients from forms with OpenAI, Google Sheets, Gmail, and Slack do?

Quick overview This workflow captures client inquiries via an n8n Form, uses OpenAI to generate an internal brief and client facing summary, logs the submission to Google Sheets, creates a Google D...

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