[ { "label": "Send a daily reminder about an abandoned cart", "trigger_type": [ "checkout_created" ], "object_type": "checkout", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "checkout.delay", "settings": { "wait": "custom", "custom_wait": "+1 day 12PM" }, "weight": 999 }, { "field": "checkout.is_abandoned", "settings": { "value": "true" }, "weight": 999 }, { "field": "checkout.email", "settings": { "operator": "not_empty", "value": "" }, "weight": 999 } ], "actions": [ { "type": "email", "settings": { "wait": "0", "custom_wait": "", "to": "{{ checkout.email }}", "cc": "", "bcc": "", "reply_to": "", "subject": "Just one more step!", "plain_text": "1", "body": "

\r\n{{ checkout.customer.first_name }}, it looks like you haven't completed your order yet. Please let us know if you require any assistance or have any questions. You can find your cart here: {{ checkout.abandoned_checkout_url }}\r\n<\/p>\r\n\r\n

\r\nYou can reach us at {{ shop.phone }} or via email at {{ shop.email }}.\r\nPlease don't hesitate to reach out!\r\n<\/p>\r\n\r\n

\r\nSincerely,\r\n{{ shop.name }}\r\n<\/p>" }, "weight": 999, "target_key": null }, { "type": "rerun_workflow", "settings": { "max_reruns": "2" }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 6 }, "description": "Recover abandoned\u00a0checkouts with a few\u00a0emails over a period of time, like 2 emails in 2\u00a0days." } ]