Mistakes happen. Even the most well-meaning customer can provide incomplete or incorrect details when asked for their own name or street address for shipments. The Verify Customer Info steptype, usually used early in Flows, solves this problem by giving your team a chance to fix these issues before they become follow-up tickets. Your team can quickly remove typos in names or email addresses provided by customers, and verify or fix incorrect mailing addresses before you send a replacement order - all saving you time and money. After you’ve verified the customer’s name, email and address you gain a new set of variables you can use in other steps of your workflow:Documentation Index
Fetch the complete documentation index at: https://support.floweq.com/llms.txt
Use this file to discover all available pages before exploring further.
| Variable Name | Description |
|---|---|
<%= verifiedCustomerAddress %> | Full street address with all lines |
<%= verifiedCustomerAddressStreet1 %> | Usually the street and number |
<%= verifiedCustomerAddressStreet2 %> | Usually the apartment or unit number |
<%= verifiedCustomerAddressCityLocality %> | The customer’s city |
<%= verifiedCustomerAddressStateProvince %> | The customer’s state or province |
<%= verifiedCustomerAddressPostalCode %> | The customer’s Zip or Postal Code |
<%= verifiedCustomerAddressCountryCode %> | The customer’s country code |
<%= VerifiedCustomerAddressType %> | Address type (Residential or Commercial) |
<%= verifiedCustomerEmail %> | Customers email address |
<%= verifiedCustomerFirstName %> | Customer’s first name |
<%= verifiedCustomerLastName %> | Customer’s last name |
<%= verifiedCustomerFullName %> | Customer’s first and last names combined |