[ { "label": "Send a custom notification to a customer 3 days after fulfillment", "trigger_type": [ "fulfillment_created" ], "object_type": "fulfillment", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "fulfillment.notify_customer", "settings": { "value": "false", "condition_type": "AND" }, "weight": 999 } }, "actions": { "1": { "type": "email", "settings": { "token_object_type": "fulfillment", "to": "{{ fulfillment.order.email }}", "cc": "", "bcc": "", "reply_to": "", "subject": "Your order has been fulfilled", "plain_text": "1", "body": "Hi {{ fulfillment.order.customer.first_name }}, \r\n{# add custom content here #}\r\nYour order has been fulfilled. \r\n\r\nThanks.", "wait": "259200", "cw_timezone": "America\/New_York", "custom_wait": "", "run_once": 0 }, "weight": 999, "target_key": "fulfillment" } } } }, "shared_workflow_id": 76457 }, "description": "This automation is fired when an order is fulfilled; it delays for three delays then sends a custom notification to the customer letting them know that their order is fulfilled. " } ]