[ { "label": "Tag customers when their order is paid", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "customer_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "ORDER_PAID" }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 20 }, "description": "This simple automation is triggered when orders are created. You can use it to tag customers using a unique tag. The workflow can also be extended to check for certain conditions before applying the customer tag." } ]