Docs
Have you activated our email validationⓘ API and would like to send your file?
The sendfile API allows you to send a file for bulk email validationⓘ. The content type needs to be multipart/form-data. Please refer to the C# example for details.
There is no restriction on file size, number of emails, or number of files you can submit using this endpoint. As long as you have the credits in your account to cover the number of emails submitted in the file, your file will be accepted.
Consider activating AutoPay in your ZeroBounce account and ensure you never run out of credits.
API URL: https://bulkapi.zerobounce.net/v2/sendfile
URL Parameters
If a return_url was specified in the Multipart Form Data during the send file request, we will POST the following data to the URL when the validation process is complete.
{
"file_id": "aaaaaaaa-zzzz-xxxx-yyyy-5003727fffff",
"file_name": "Your file name.csv",
"upload_date": "2023-04-28T15:25:41Z"
}
Successful Response
{
"success": true,
"message": "File Accepted",
"file_name": "Your file name.csv",
"file_id": "aaaaaaaa-zzzz-xxxx-yyyy-5003727fffff"
}
Error Response
{
"success": false,
"error_message": "Error messages"
}The ZeroBounce email validationⓘ API is one of the most effective tools to keep bad data out of your list. The API can detect and reject more than 30 types of problematic email addresses, thus helping to maintain your email hygiene.
Need help sending your file for bulk email validationⓘ? Let us know – our team is available around the clock to assist you.