Skip to main content

Automate installation booking approvals with Slack & Gmail forms

Workflow preview

Workflow preview
100%
Automate installation booking approvals with Slack & Gmail 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

Who's it for Service businesses that handle installation appointments and need an efficient approval process. Perfect for HVAC companies, internet providers, appliance installers, or any business t...

Best for

  • Support Chatbot automation workflows
  • Ticket Management automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.slack, n8n-nodes-base.if, n8n-nodes-base.gmail, 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 Chris Rudy.

Original n8n.io source

1.1 Workflow description

Title
Automate installation booking approvals with Slack & Gmail forms
Workflow name
Automate installation booking approvals with Slack & Gmail forms

Who's it for

Service businesses that handle installation appointments and need an efficient approval process. Perfect for HVAC companies, internet providers, appliance installers, or any business that requires team coordination before confirming customer appointments.

How it works

This workflow automates your entire installation booking process from form submission to customer communication. When a customer submits a booking request, your team gets notified via Slack with easy approve/reject buttons. Based on the team's decision, customers automatically receive either a confirmation email with appointment details or a friendly reschedule request with a new booking link.

How to set up

  1. Connect your accounts: Link your Slack workspace and Gmail account to n8n
  2. Configure the Slack channel: Update the SLACK_CHANNEL_ID in the "Set Fields" node with your desired channel
  3. Customize your branding: Update COMPANY_NAME, CONTACT_PERSON, and RESCHEDULE_LINK variables
  4. Deploy the form: Use the form trigger URL on your website or share it directly with customers
  5. Test the workflow: Submit a test booking to ensure everything works smoothly

Requirements

  • Active Slack workspace with a designated channel for booking notifications
  • Gmail account for sending automated emails
  • Basic n8n account (free tier works perfectly)

How to customize the workflow

The workflow is designed for easy customization through the "Set Fields" node. You can modify:

  • Time slots: Edit the dropdown options in the form trigger
  • Email templates: Customize confirmation and reschedule email content
  • Slack notifications: Adjust the message format and approval options
  • Form fields: Add or remove customer information fields as needed

The configuration variables in the "Set Fields" node make it easy to adapt this workflow to your specific business needs without touching the core logic.

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 - Form Trigger: Installation Booking

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

Block 2 - Set Fields: Configuration Variables

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

Block 3 - Slack: Request Approval

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

Block 4 - If: Check Approval Status

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

Block 5 - Gmail: Send Confirmation Email

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

Block 6 - Gmail: Send Reschedule Email

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

Block 7 - Sticky Note

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

Block 8 - Sticky Note1

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

Block 9 - Sticky Note2

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

Block 10 - Sticky Note3

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

Block 11 - Sticky Note4

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

Block 12 - Sticky Note5

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

Block 13 - Sticky Note6

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

3. Summary Table

Workflow Automate installation booking approvals with Slack & Gmail forms
Complexity intermediate
Nodes 13
Categories Support Chatbot, Ticket Management
Author Chris Rudy
Published 01 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8124/8124.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 Automate installation booking approvals with Slack & Gmail forms do?

Who's it for Service businesses that handle installation appointments and need an efficient approval process. Perfect for HVAC companies, internet providers, appliance installers, or any business t...

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, Ticket Management use case.