[ { "label": "Add tag to a customer when they purchase a specific SKU", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.line_items.sku", "settings": { "multiple": "any", "operator": "contains", "value": "my-membership-sku", "long_value": "", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "customer_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "Member" }, "weight": 999, "target_key": "order.customer" } ] } ], "shared_workflow_id": 732 }, "description": "The automation will add a tag to a customer when they purchase an item identified using an SKU, such as a membership subscription item." } ]