[ { "label": "Tag customers who have created an account (custom)", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": [ { "field": "order.customer.state", "settings": { "operator": "any", "value": { "enabled": "enabled", "disabled": 0, "invited": 0, "declined": 0 }, "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "customer_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "new-customer", "token_object_type": "order" }, "weight": 999, "target_key": "order.customer" } ] } }, "shared_workflow_id": 40908 }, "description": "This automation is triggered when an order is created. It can help merchants to identify customers with registered accounts in the store by tagging them with a custom tag. This can be helpful if your store allows guest checkouts." } ]