Contacts

Contacts belong to customers. These are users on the account that you can reach out to.

Contacts CSV Format

Below are the column definitions for the contacts.csv file. Feel free to download the template.

Columns

  • Name
    ID
    Type
    int | string
    Description

    The ID of the contact on your current system. In subsequent imports, Nucleo will bind imported data to this ID for any resource that references this contact.

  • Name
    Status
    Type
    boolean
    Description

    Whether the contact is active or not. 0 for active, 1 for inactive.

  • Name
    First Name
    Type
    string
    Description

    The first name of the contact.

  • Name
    Middle Name
    Type
    string
    Description

    The middle name of the contact.

  • Name
    Last Name
    Type
    string
    Description

    The last name of the contact.

  • Name
    Address 1
    Type
    string
    Description

    The first line of the contact's address.

  • Name
    Address 2
    Type
    string
    Description

    The second line of the contact's address.

  • Name
    City
    Type
    string
    Description

    The city of the contact's address.

  • Name
    State
    Type
    string
    Description

    The state the contact is located in. Use a two-letter abbreviation.

  • Name
    Zip Code
    Type
    string
    Description

    The zip code of the contact's address.

  • Name
    Country
    Type
    string
    Description

    The country the contact is located in.

  • Name
    Address Type
    Type
    string
    Description

    The type of address. The options are home, work or other.

  • Name
    Email
    Type
    string
    Description

    The email address of the contact.

  • Name
    Email Type
    Type
    string
    Description

    The type of email address. The options are home, work or other.

  • Name
    Phone Number
    Type
    string
    Description

    The phone number of the contact.

  • Name
    Phone Type
    Type
    string
    Description

    The type of phone number. The options are home, work, mobile, or other.

  • Name
    Phone Number 2
    Type
    string
    Description

    Optional second phone number for the contact.

  • Name
    Phone Type 2
    Type
    string
    Description

    Type of the optional second phone number. The options are home, work, mobile, or other.