[ { "label": "Add customers that don't have store accounts to a Google Sheet", "trigger_type": [ "customer_created" ], "object_type": "customer", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "customer.state", "settings": { "operator": "any", "value": { "disabled": "disabled", "invited": 0, "enabled": 0, "declined": 0 } }, "weight": 999 } ], "actions": [ { "type": "google_sheets", "settings": { "wait": "0", "custom_wait": "", "url": "[CLICK TO EDIT]", "title": null, "rows": "{{ customer.created_at }}\r\n{{ customer.email }}\r\n{{ customer.last_name }}\r\n{{ customer.first_name }}\r\n{{ customer.accepts_marketing }}\r\n{{ shop.domain }}\/admin\/customers\/{{ customer.id }}" }, "weight": 999, "target_key": "customer" } ] } ], "shared_workflow_id": 431 }, "description": "Send new customers without accounts to a Google Sheets spreadsheet (like Excel)." } ]