Accessing the Contacts Section
Navigate to the left side of the screen and click on the Contacts tab. The Contacts page provides a search bar to quickly find specific contacts by name, email, or phone number, filters to narrow down your contact list, display options to choose how many contacts to display per page (25, 50, or 100), an Import button to import multiple contacts at once via CSV file, and an Add Contact button to manually add individual contacts.Importing Contacts
Prepare Your CSV File: Your CSV file must include these fields:- Required: Phone Number (column can be named: phone, phone_number, tel, or mobile) and First Name (column can be named: first_name, firstname, fname, or given_name)
- Optional: Last Name (column can be named: last_name, lastname, lname, or surname), Email (column can be named: email, email_address, or mail), and Company (column can be named: company, company_name, organization, or org)
True.
For example:
- If you have a tag named “Abandoned Checkout” in your system
- Add a column in your CSV named “Abandoned Checkout”
- Set the value to
Truefor contacts that should receive this tag - Those contacts will automatically be tagged during import
- If you have a custom variable named “Amount Spent” in your system
- Add a column in your CSV named “Amount Spent”
- Include values like “$46.70” for each contact
- Each contact will receive their respective value for the “Amount Spent” variable