Automations

14 premade automation templates

7 min readautomation-templates

Five one-click starters covering the most common automation patterns.

FlowMaticX ships 14 curated workflow templates accessible from the Use Template button on /automations. Each loads a complete wired-up graph — customise the placeholder values (mailbox ID, API keys, phone numbers) in the node config panel before toggling the automation Active.

Email outreach templates
1. Welcome new lead

Trigger: lead.created
Flow: Trigger → Wait 5min → Send email

A warm intro email shipped 5 minutes after a lead enters the CRM. Gives the lead time to browse your site first so the email feels timely rather than instant.

2. AI reply to inbound enquiry

Trigger: email.replied
Flow: Trigger → AI generate text → Send email → Move pipeline (REPLIED)

Automatically drafts and sends a personalised reply when a prospect responds to your outreach. The AI references the original email body and proposes a discovery call.

3. Slack alert on reply

Trigger: email.replied
Flow: Trigger → Post to Slack

Instant Slack ping when anyone replies to a sequence — your sales team never misses a hot lead again.

4. Uptime monitor alert

Trigger: monitor.down
Flow: Trigger → Post to Slack (parallel) → Send email

When a monitored site goes DOWN, fan out to Slack and ops email simultaneously.

5. Audit low-score follow-up

Trigger: audit.completed
Flow: Trigger → If (score < 70) → Enrol in sequence / Add note

Automatically enrol low-scoring leads in a discovery sequence. High scorers get a note for manual review.

WhatsApp restaurant templates
6. WA Restaurant menu bot (basic)

Trigger: whatsapp.received
Flow: Trigger → WA classify intent → branch to (menu / hours / booking / AI reply)

Simple restaurant bot that identifies what the customer wants and sends the right response. Works within business hours.

7. WA Full restaurant bot (Flavourz-style)

Trigger: whatsapp.received
Flow: 16-node flow handling text, voice notes, and images

The most complete template. Handles:

  • Voice notes → transcribed to text
  • Images → described by AI
  • Menu requests → lookup table
  • AI reply with conversation context
  • Response sent as both voice + text

The wa-restaurant-full template — deploy this for a restaurant, café, or food delivery business.

WhatsApp service templates
8. WA Salon booking

Trigger: whatsapp.received
Books appointments for salons, spas, and beauty businesses. Shows service menu, asks for preferred time, confirms booking via WhatsApp.

9. WA Car dealership bot

Trigger: whatsapp.received
Sends brochures, schedules test drives, captures lead details, and escalates to a human for serious buyers.

10. WA Dental clinic bot

Trigger: whatsapp.received
Answers FAQs (treatments, prices, NHS/private), books consultations, handles emergencies by routing to the human handoff node.

11. WA Real estate enquiry

Trigger: whatsapp.received
Qualifies buyers/renters with budget and bedroom preference questions, then sends matching listings from a lookup table.

12. WA E-commerce order tracking

Trigger: whatsapp.received
Customer sends their order number → HTTP request to your backend → returns tracking status → replies in WhatsApp.

13. WA Multilingual support

Trigger: whatsapp.received
Detects language (Arabic / French / Spanish / English), translates the message, generates a reply in the same language, and sends it back.

14. WA Lead qualifier

Trigger: whatsapp.received
Runs a multi-step qualification conversation (budget, timeline, company size), scores the lead, and either books a call or sends nurture content.

---

Building your own template
  1. Build and test your automation in the visual builder
  2. Open a GitHub PR adding your template to lib/automation/templates.ts
  3. Use the existing templates as a reference for the nodes/edges JSON format
  4. We review and merge community templates weekly — your template will appear for all users

The upcoming public template gallery at /templates will let you browse, preview, and install community workflows without writing any JSON.