SalesFREE

Ping WhatsApp the Instant a New Wix Order Comes In

Every new Wix order fires a rich WhatsApp notification with the customer, items and total — your team celebrates and ships faster, no dashboard refreshing.

difficulty Beginnersetup 20 minresult A formatted WhatsApp message lands within seconds of each Wix sale, showing order number, customer and amount.
  1. 1

    Step 1 — Catch the new order

    Add the Wix trigger set to Order Created (or a Webhook if you wire Wix's notification manually). This fires once per completed order.

  2. 2

    Step 2 — Build a tidy summary

    Add a Set node that assembles a summary field like New order #{{ $json.order_number }} — {{ $json.customer.name }} — {{ $json.total_price }}.

  3. 3

    Step 3 — Post to WhatsApp

    Add a Twilio node. Set Operation to Send and use a WhatsApp-enabled Twilio number as the From. Build the message from the summary field. Add your Twilio SID + auth token.

  4. 4

    Step 4 — Handle quiet hours (optional)

    Add an If node on the timestamp to route out-of-hours orders to a different WhatsApp channel, so overnight sales don't wake anyone up.

Frequently asked questions

Can I include the line items, not just the total?

Yes — expand the `Set` node in Step 2 to loop `{{ $json.line_items }}` into a bullet list before it's sent to WhatsApp.

Does this slow down checkout?

No. Wix fires the event after the order is already placed, so the automation runs entirely in the background.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.