Overview #
The “Order Fulfilled” trigger automates processes when an order has been completed. It can be used to send thank-you messages, initiate customer feedback requests, or update inventory and accounting systems.
Trigger Name #
Order Fulfilled
Trigger Description #
This trigger is activated when an order status changes to fulfilled. It ensures timely follow-up actions are taken, enhancing customer satisfaction and streamlining backend processes.
How to Configure #
- Choose a Workflow Trigger: Select “Order Fulfilled” from the trigger options.
- Workflow Trigger Name: Name your trigger, such as “Order Fulfilled”.
- Filters: Utilize filters to specify conditions under which the workflow should run. For example, you can filter based on cart value, order type, etc.
| Value | Description | Mandatory |
| Cart Value | Filter orders based on their cart value. | Optional |
| Select Operator | Choose comparison operators like Equals to, Greater than, Less than, etc. | Optional |

Example #
Scenario: A company wants to send a thank-you email to customers who make a purchase with a cart value greater than $100.
- Configuration:
- Trigger: Order Fulfilled
- Filters:
- Cart Value: Greater than
- Value: $100
- Actions:Once the trigger is activated:
- Send an automated thank-you email to the customer.
- Update the CRM to mark the customer as a “VIP Customer.”
- Add a follow-up task in the sales team’s calendar to offer a special discount on the next purchase.
This configuration ensures that high-value customers receive personalized follow-ups, enhancing the relationship and encouraging repeat business.