OrderWorkflow Steps
Notification Steps
Workflow steps for sending customer notifications via email and SMS.
Overview
Notification steps handle customer communication during order processing. They send emails and SMS messages based on configured templates and order status.
Available Steps
| Step | Key | Description |
|---|---|---|
| Notification | Notification | Send email and SMS notifications |
Common Use Cases
Order Lifecycle Notifications
Send notifications at key order milestones:
Click & Collect Flow
Notify customers when orders are ready:
Cancellation Communication
Inform customers of cancellations:
Notification Templates
Notifications are driven by templates configured in the system. Templates define:
- Trigger conditions: Which order statuses trigger the notification
- Channel: Email, SMS, or both
- Content: Message templates with order data placeholders
- Recipients: Customer, store staff, or custom recipients
Best Practices
- Configure templates before workflow: Ensure notification templates exist for each status where notifications are needed
- Handle missing contact info gracefully: The step returns warning (not error) if no messages can be sent
- Test notifications: Use test mode to verify workflow without sending actual messages
