I’ve seen a few people ask about how to send an automation once a new Wix Form payment has been made - so putting together all the info you need in this topic
Step 1 - Start a fresh automation
- Site dashboard > Automations > + New Automation > Start from scratch
- In the trigger list, pick “Checkout & Orders” > “Order placed”
Step 2 - add a condition
- Click the + under the trigger, choose Condition
- In the property picker, search for “Catalog ID” (under
Ordered items> Catalog ID
) - Choose “includes any of”
- Add
225dd912-7dea-4738-8688-4b8c6955ffc2
as the value
This condition is to ensure the automation is only run when the order comes via new Wix Forms. This is important for sites that have payments accepted via multiple apps, like Bookings, Stores, Forms etc.
Step 3 - add a second condition
Following similar steps to Step 2, add a second condition.
- Check if “Payment status”, “is exactly”, “Paid”
Here, we’re checking if the order placed is actually “Paid” rather than another status
Step 4 - Add your action
- Then, send the usual confirmation email, add label, add a coupon or any other action.
TL;DR
When an Order is placed, check where the order has come from (in this case new Wix Forms). Check that it has been marked as “Paid”, and then “Send an email”, or any other action.