[ { "label": "Email customer when order is marked as paid", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "email", "settings": { "wait": "0", "custom_wait": "", "to": "{{ order.customer.email }}", "cc": "", "bcc": "", "reply_to": "", "subject": "Order paid on {{ shop.name }}", "plain_text": "1", "body": "UPDATE ME" }, "weight": 999, "target_key": "order" } ] } ], "instructions": "## Setup\r\nAdd conditions to suit your business logic and configure the email to your liking. \r\nCheck the {t} link in the email configuration for personalization tokens to tailor the message to your customer. \r\n\r\n", "shared_workflow_id": 2388 }, "description": "This simple workflow fires when orders are paid. The workflow then sends an email to the customer. Add your own message and configure any specific conditions to filter down to orders that match a certain criteria, such as the payment gateway. " } ]