Send personalized post-purchase emails and WhatsApp texts

Detects each completed order, writes a personalized thank-you message with AI, and sends it by email and WhatsApp.

How the work actually flows

It branches. Every path runs; all paths must finish before it continues.

Pattern: Parallel Split (2) ยท Synchronisation (3)

flowchart TD trig>"order completed"]:::trig s0["gather order details"]:::task s1["AI writes personalized message"]:::svc s2[("log delivery in sheet")]:::store trig --> s0 s0 --> s1 gx{"+ which channels to send"}:::gate s1 --> gx p00["send email"]:::task gx -->|"email channel"| p00 p10["send WhatsApp message"]:::task gx -->|"whatsapp channel"| p10 jn{"+ before logging"}:::gate p00 --> jn p10 --> jn jn --> s2 out[/"personalized thank you delivered"/]:::out pay{{"consistent personal touch at scale"}}:::pay s2 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceA record or sheetEvery pathWaits for allResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
AI Agents & Autonomous SystemsEmail AutomationMessaging & NotificationsSpreadsheet & Database Ops
Connects
PostgreSQLGmailWhatsAppGoogle Sheets

The problem it solves

You want every customer to feel looked after right after they buy, but writing a personal note for each order isn't realistic at any real volume. Generic auto-replies feel cold and often go unread.

Who it fits

E-commerce businesses that want personal, consistent follow-up after every sale.

How it works

  1. New completed order detected in the database
  2. Customer, product, and payment details gathered automatically
  3. AI writes a personalized post-purchase message
  4. Message sent by email and WhatsApp
  5. Delivery logged in Google Sheets
What you get

Thank-you messages already written and sent

Every completed order triggers a personalized thank-you message sent by email and WhatsApp.

What you get

A personalized thank-you message sent to the customer by email and WhatsApp, with every send logged for tracking.

What you need

A PostgreSQL database, a Gmail account, a WhatsApp Business account, an AI API key, and a Google Sheets account.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook