By using Replypad, you agree to our Cookie Policy.

Import accounts

Importing accounts in Replypad

The import feature allows you to quickly import accounts into Replypad using a CSV (Comma Separated Values) file, without the need to manually add them one by one.
This article talks about importing accounts, who represent organizations or businesses in Replypad. You can also import contacts (people) from Google or Outlook or using a custom CSV file. See Import contacts for additional information.

Prepare the CSV file for import

To import your accounts you should prepare the accounts you want to import in a CSV file. CSV stands for Comma Separated Values, and it is a plain text file. Each row of the file is an account record which consists of one or more fields, separated by commas. The first row in the file is the fields heading or names, and the other rows contain the fields data or values, i.e. the accounts data to import.
A convenient way to create CSV files is to use a Microsoft Excel or Google Spreadsheets, and then use “Save as CSV”. This will create the correct formatted file with the .csv file extension.
When preparing the file, make sure the field headings and naming conventions are accurate, as they are critical for a successful import. The file may only contain the exact fields listed below, in any order.

Field names are:
Account Name
Domain1
Domain2
Domain3
Domain4
Domain5

Important to know
  • The Account name column is mandatory and must appear in the file in order to identify the account.
  • Not all columns need to appear in the file. For example, you can include only Account Name, Domain1 and Domain2 out of possible 5 domains.
  • Not all fields of all accounts need to have values – you can simply leave a field empty in the datasheet (it will show a comma in the CSV).
  • If the Account Name already exists in your workspace, this row in the CSV file will be skipped and the account will not be imported.
  • If a Domain Name of an Account to import already exists for an Account in your workspace (a domain name must be unique in the workspace), this row will be skipped and the account will not be imported.
  • The daily import limit is 15,000 accounts per day. This is also the rows limit per file.
  • The file size must not exceed 3MB.
When importing a large number of accounts, it is recommended to split your input files. For example, if you have a total of 12,000 accounts to import, you should probably split it into 3 smaller files (4000 account s in each file) and import them, one file at a time, check the results and only then move on to the next file.

Example

Below is an example of a CSV file that can be imported:
  • Spreadsheet file:
  • Plain text .csv file:

    Account Name,Domain1, Domain2
    ACME business,ACMEmydomain.com,ACMELTDmydomain.com
    ACME1 business,ACME1mydomain.com,
Read more about Accounts fields in Account settings.

Who can import?

Workspace administrator and Power Users, that have access rights to accounts and contacts.
Check out Privileges for further information about required privileges and access rights required in order to import.

Import your accounts

  1. To import accounts you have to be a workspace administrator or a Power User.

  2. Click the gear icon and select Accounts to open the accounts list.
    Open accounts list

  3. Click the More menu in the accounts toolbar and choose Import Accounts to open the import window.
    Import accounts

  4. Click Browse to select the file .csv file you want to import. If the file is found and loaded, you’ll see a confirmation in green text.

  5. Click Import to start importing your file.
  6. Once the email message is received, you should revisit the Accounts list to see the updates.
The import is performed in the background after you hit Import. When the import completes, a message with a summary of the import will be sent to you by email. The app will send the email to your primary email address that is defined in your Replypad profile.

Troubleshooting

Once the import is complete, an email message is received with an import report. In cases where not all rows have been imported, the message will include an explanation of the reason why the row was skipped. Below is a list of messages you might see in the report.

If you encounter a failure to import a row, please check the following:

Message: Domain Name is not valid or not properly formatted.
How to fix: The Domain Name of a specific account is not properly formatted. Find the row, fix the domain name and reimport this line.

Message: Domain Name is already set for an account.
How to fix: a Domain Name that was provided in the file is already defined for an account in your workspace. A domain name can only be listed once in your workspace.

Message: ‘Account Name’ column not present in the CSV file.
How to fix: Make sure your columns include Account Name because this is a mandatory field for accounts and must be included in the import file.

Message: File type not in CSV format.
How to fix: Make sure you have the first row with field names, comma delimited, and that all the required fields are included in the columns headings.

Message: Maximum rows 15,000.
How to fix: The maximum for import is 15,000 rows per file (not including the header). You can always split large .csv files into smaller ones. You can also contact us to increase your daily import limits.

Handling Accounts that already exist

When importing accounts, if an account in the .csv file is detected as one that already exists in the workspace, this record in the .csv file is skipped. Search is performed based on the account name and any of the domains provided in the .csv file.
Previous: Import contacts