[ { "label": "Tag customers who have created an account", "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": "Created an Account" }, "weight": 999, "target_key": "order.customer" } ] } }, "shared_workflow_id": 1154 }, "description": "This automation is fired when an order is created, the workflow checks if the customer already has a confirmed account and tags the order if an active account exists. " } ]