Requirements: Read First
1
Column names must appear as written below
2
Contact Type must be one of the following: account (e.g. Customer) or prospect
3
Only one employee name (Relationship Manager) can be associated with each contact row
Contact Import Template
Email support@camo.ag and our team will share the import template with youRequired fields
- contact_id (String) OR email (String) - Unique identifier for contact; should be a consistent value across imports used to identify a contact. The import needs to be able to identify duplicate names by using either the Contact ID or Email as a way to identify the contact. For example, if there are multiple contacts named John Smith, a unique email address or Contact ID is required to accurately differentiate them.
- Contact ID: Assigned via a CRM as a way to uniquely identify a contact
- Examples: 12345, camoag@example.com
- name (String) - Contact name
Optional fields
- email (String) - Contact email (optional only if a contact id is used)
- contact_type (String) - Contact type. Defaults to ‘prospect’
- Must be one of: account or prospect
- date_of_birth (String) - YYYYMMDD date of birth. Used if actual date of birth is known
- Examples: 19800101
- approximate_date_of_birth (String) - YYYYMMDD approximate date of birth. Used to approximate age, dynamically as time goes on
- Examples: 19800101
- network_id (String) - See documentation on Operations (formerly Networking.) Used to group contacts under the same operation
- Examples: 12345
- network_name (String) - See documentation on Operations (formerly Networking.) Used as the operation name, either in conjunction with network_id above or used as operation name should this contact be chosen as the operation primary contact
- Examples: Acme Seed Company
- tags (String) - Names of tags associated with the contact. If more than one, values should be pipe delimited (”|”)
- Examples:
- Top Prospect
- Top Prospect|Organic|Young Beginning Farmer
- Examples:
- products (String) - List of product names associated with the contact. If more than one, values should be pipe delimited (”|”)
- Examples:
- Real Estate Loans
- Real Estate Loans|Crop Insurance
- Seed|Fertilizer
- Examples:
- product_ids (String) - List of product IDs associated with the contact. If more than one, values should be pipe delimited (”|”). These can be thought of as external product IDs, SKUs, codes, etc. Note: only use one of either products or product_ids; if using these, must use our product import to assure these exist in the system.
- Examples:
- 1234xyz
- 1234xyz|5678def
- 12345678
- Examples:
- primary_phone (String) - Contact primary phone number. Any formatting or extra spaces will be removed in favor of consistent platform formatting
- Examples: 5551234567, (555) 123 4567
- secondary_phone (String) - Contact secondary phone number. Any formatting or extra spaces will be removed in favor of consistent platform formatting
- Examples: 5551234567, (555) 123 4567
- home_phone (String) - Contact home phone number. Any formatting or extra spaces will be removed in favor of consistent platform formatting
- Examples: 5551234567, (555) 123 4567
- mobile_phone (String) - Contact mobile phone number. Any formatting or extra spaces will be removed in favor of consistent platform formatting
- Examples: 5551234567, (555) 123 4567
- business_phone (String) - Contact business phone number. Any formatting or extra spaces will be removed in favor of consistent platform formatting
- Examples: 5551234567, (555) 123 4567
- billing_address (String) - Contact billing address, as single line
- Examples: 123 Main St, Anytown, IL, 12345
- billing_address_line_1 (String) - Contact billing address line one
- Examples: 123 Main St
- billing_address_line_2 (String) - Contact billing address line two
- Examples: Suite 400
- billing_address_city (String) - Contact billing address city
- Examples: Anytown
- billing_address_state (String) - Contact billing address state
- Examples: IL
- billing_address_zipcode (String) - Contact billing address zipcode
- Examples: 12345
- shipping_address (String) - Contact shipping address, as single line
- Examples: 123 Main St, Anytown, IL, 12345
- shipping_address_line_1 (String) - Contact shipping address line one
- Examples: 123 Main St
- shipping_address_line_2 (String) - Contact shipping address line two
- Examples: Suite 400
- shipping_address_city (String) - Contact shipping address city
- Examples: Anytown
- shipping_address_state (String) - Contact shipping address state
- Examples: IL
- shipping_address_zipcode (String) - Contact shipping address zipcode
- Examples: 12345
- primary_address (String) - Contact primary address, as single line
- Examples: 123 Main St, Anytown, IL, 12345
- primary_address_line_1 (String) - Contact primary address line one
- Examples: 123 Main St
- primary_address_line_2 (String) - Contact primary address line two
- Examples: Suite 400
- primary_address_city (String) - Contact primary address city
- Examples: Anytown
- primary_address_state (String) - Contact primary address state
- Examples: IL
- primary_address_zipcode (String) - Contact primary address zipcode
- Examples: 12345
- employee_email (String) - Email of employee relationship/account manager of contact
- Examples: john.sales@example.com
- employee_id (String) - Unique ID of employee relationship/account manager of contact. Employee emails must all have identical employee IDs
- Examples: 12345
- employee_name (String) - Employee relationship/account manager name of contact
- Examples: John Sales

