[ { "label": "Add new customers to a Google Sheets spreadsheet", "trigger_type": [ "customer_created" ], "object_type": "customer", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "google_sheets", "settings": { "wait": "0", "custom_wait": "", "url": "[CLICK TO EDIT]", "title": null, "tab": "", "rows": "{{ customer.first_name }}\r\n{{ customer.last_name }}\r\n{{ customer.email }}\r\n{{ customer.phone }}\r\n{{ customer.created_at }}\r\n{{ customer.accepts_marketing }}\r\n{{ customer.default_address.address1 }}\r\n{{ customer.default_address.address2 }}\r\n{{ customer.default_address.city }}\r\n{{ customer.default_address.company }}\r\n{{ customer.default_address.country_code }}\r\n{{ customer.default_address.province_code }}\r\n{{ customer.default_address.zip }}" }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 23 }, "description": "Adds new customers to a spreadsheet (like Excel). Keeps your customer data current without managing exports." } ]