[ { "label": "Send a thank you email to a customer after placing an order", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.email", "settings": { "operator": "not_empty", "value": "" }, "weight": 999 } ], "actions": [ { "type": "email", "settings": { "wait": "0", "custom_wait": "", "to": "{{ order.email }}", "subject": "{{ order.customer.first_name }}, thank you so much for your recent purchase", "body": "

\r\n[EDIT]\r\n<\/p>" }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 7 }, "description": "Add a personal thank you. Combine with other conditions to tags to send just the right message to the right person." } ]