A sales order status changes
A sales order status changes fires whenever a sales order on an account transitions to a new status. Use this trigger to automate fulfillment steps, customer notifications, or internal handoffs as orders move through their lifecycle — from draft to sent, accepted, or declined.
You can configure the trigger to respond to a specific target status, or to any status change.
This trigger operates at the account scope. Account and contact actions are available downstream.
How it works
- A sales order on an account transitions to a new status.
- The automation evaluates any trigger conditions you've configured, such as a specific target status.
- If conditions are met, the workflow starts with the account and order data in context.
- Downstream steps can use Add dynamic content to reference order fields and account details.
Available data
Standard account fields and sales order fields are available via Add dynamic content.
| Output | Description |
|---|---|
| Order name | The name or title of the sales order |
| Order status | The new status the order transitioned to |
| Order value | The total value of the sales order |
| Account name | The account the order is associated with |
| Expiration date | The expiration date on the order (if set) |
This trigger will not fire if the sales order is created or updated with a status that is already the status specified in your trigger condition. Ensure the order transitions into the target status rather than starting in it.