Skip to main content

Automate service booking & payment with WhatsApp and Xendit

Workflow preview

Workflow preview
100%
Automate service booking & payment with WhatsApp and Xendit preview
Open on n8n.io

Important notice

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

1. Workflow Overview

️ Disclaimer: This workflow utilizes community nodes that needs self hosted version Code for UI Form is [accessible here](https://github.com/khm...

Best for

  • CRM automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.respondtowebhook, n8n-nodes-base.wait, @aldinokemal2104/n8n-nodes-gowa.gowa, n8n-nodes-base.httprequest, 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 Khairul Muhtadin.

Original n8n.io source

1.1 Workflow description

Title
Automate service booking & payment with WhatsApp and Xendit
Workflow name
Automate service booking & payment with WhatsApp and Xendit

⚠️ Disclaimer: This workflow utilizes community nodes that needs self hosted version

Code for UI Form is accessible here

The bykhaisa workflow streamlines makeup service bookings by capturing customer details via webhook, calculating pricing including add-ons and payment types, generating payment invoices with Xendit, and sending personalized WhatsApp booking confirmations.

This powerful combination of n8n, GoWhatsApp API, and Xendit reduces manual work and accelerates payment collection, saving you valuable time and boosting client satisfaction.

💡 Why Use bykhaisa?

  • Save Time: Automate booking and payment processes to eliminate hours spent on manual data entry

  • Simplify Payments: Generate invoices instantly with Xendit, making it easier for clients to pay securely and promptly

  • Enhance Communication: Send automated WhatsApp messages that keep customers informed and engaged without lifting a finger

  • Stand Out: Offer a modern, seamless booking experience that elevates your makeup business above competitors still stuck in the stone age

⚡ Perfect For

  • Makeup Artists & Studios: Who want a hassle-free booking and payment system
  • Beauty Salons: Seeking smooth client communication and invoicing automation
  • Freelancers: Looking to appear professional with automated workflows and instant payment requests
  • General Business with booking system: to make a seamless booking process

🔧 How It Works

  1. ⏱ Trigger: Customer sends booking details via Form (a POST request to the webhook)
  2. 📎 Process: Extract and format booking data, calculate prices with add-ons and urgent fees, and create a unique booking ID
  3. 🤖 Smart Logic: Calculate whether payment is a Down Payment (DP) or full amount, set invoice expiry, and generate Xendit invoices automatically
  4. 💌 Output: WhatsApp notification with booking details and payment link sent to customer, complete with friendly typing delays for that human touch
  5. 🗂 Storage: Booking data enriched with pricing and payment state, ready for follow-up or record-keeping

🔐 Quick Setup

  1. Import JSON file to your n8n instances
  2. Add credentials: Xendit API key, GoWhatsApp API credentials
  3. Customize: Adjust pricing logic, add-on fees, and payment types as needed
  4. Update: Replace webhook URLs and redirect URLs for payment success/failure pages
  5. Test: Run the workflow with sample booking data to verify end-to-end automation

🧩 Requirements

  • Active n8n instances
  • Xendit account & API credentials for invoice generation
  • GoWhatsApp API setup for WhatsApp messaging
  • Optional: Custom domain for webhook endpoint

🛠️ Level Up Ideas

  • Add calendar integration to automatically block booked slots
  • Integrate Google Sheets or Airtable for backup and reporting
  • Set up payment reminders and follow-ups via WhatsApp automatically

🧠 Nodes Used

  • Webhook - Receives booking requests
  • Set (Process Booking) - Data transformation and formatting
  • Code (Calculate Price) - Custom pricing logic with add-ons
  • HTTP Request (Generate Invoice) - Xendit invoice creation
  • Respond to Webhook - Send response back to client
  • GoWhatsApp - WhatsApp messaging functionality

📋 Workflow Categories

  • Category: E-commerce, Bussiness
  • Tags: automation, booking, invoicing, payments, whatsapp, makeup

Made by: khaisa Studio
Need custom work? Contact Me

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 - Process Booking

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

Block 3 - Calculate Price

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

Block 4 - Respond to Webhook

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.4

Block 5 - Delay Typing

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

Block 6 - Start Typing

Type / Role
@aldinokemal2104/n8n-nodes-gowa.gowa - gowa
Config choices
Version 1

Block 7 - Stop Typing

Type / Role
@aldinokemal2104/n8n-nodes-gowa.gowa - gowa
Config choices
Version 1

Block 8 - Send Message

Type / Role
@aldinokemal2104/n8n-nodes-gowa.gowa - gowa
Config choices
Version 1

Block 9 - Generate Invoice

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

Block 10 - Sticky Note

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

Block 11 - Sticky Note1

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

Block 12 - Sticky Note2

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

3. Summary Table

Workflow Automate service booking & payment with WhatsApp and Xendit
Complexity intermediate
Nodes 12
Categories CRM
Author Khairul Muhtadin
Published 26 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6474/6474.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 service booking & payment with WhatsApp and Xendit do?

️ Disclaimer: This workflow utilizes community nodes that needs self hosted version Code for UI Form is [accessible here](https://github.com/khm...

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