Bulk Uploading

There are multiple ways to bulk upload accounts to EmailBison.

Custom SMTP Providers (Emails not with Microsoft or Google)

Send a POST request to the following endpoint.
/api/sender-emails/imap-smtp
The Content-Type header key should be set to multipart/form-data.
The only parameter you must provide 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 has built and released a native program to bulk upload Microsoft accounts. The download and all instructions can be found on 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.