Events are used to trigger automation actions.
Setup an event to trigger when a post, page, or any custom post type has its post status changed, e.g. when a post is published for the first time its post status will change to publish.
Options | Description |
---|---|
Post type | Select a post type from the dropdown, or set to any to trigger on all post types. |
Post status | Select a post status from the dropdown, or choose any to trigger on every post status change. |
The on user registered event is triggered when after a new WordPress user is registered.
The on WooCommerce order status changed event is triggered when an order status is updated, for example this can be used to send out review reminders to customers when an order is marked as complete.
Options | Description |
---|---|
Order Status | Select which WooCommerce order status to trigger on. |
The on WooCommerce abandond cart event can be used to recover lost orders by sending out an email to incentivise the customer to complete the purchase.
Abandond cart data is captured on logged in users when items are added to their cart, or public users once they have reached the checkout step and have entered there email address.