Bulk Uploading

There are multiple ways to bulk upload accounts to EmailBison.

Custom Providers (Emails not with Microsoft or Google)

Using the UI

Navigate to Email Accounts -> Connect Email Account -> Bulk Upload Custom Provider Download and refer to the sample CSV file for proper CSV formatting

Using the API

Send a POST request to YOUR_URL.com/api/sender-emails/imap-smtp Note that the Content-Type header key should be set to multipart/form-data The only field you must fill out is csv, and the value should be your CSV file An example of this request:
curl https://dedi.emailbison.com/api/sender-emails/bulk \
  --request POST \
  --header 'Content-Type: multipart/form-data' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --data "{"csv":""}"

Microsoft Accounts

The EmailBison team uses an internal tool for importing large amounts of Microsoft accounts. The tool has been released and the page for it can be found at the Bulk Uploader Tool page.

Google Accounts

Bulk uploading Google accounts is currently not first-party supported due to the frequent captcha requirements by Google