Docs
Ready to use our bulk email scoringⓘ API?
The scoring sendfile API allows you to send a file for bulk email scoringⓘ. The content type needs to be multipart/form-data. Please refer to the C# example for details.
API URL: https://bulkapi.zerobounce.net/v2/scoring/sendfile
Below you will see a list of the required parameters. Please gather this data in the right format before you proceed.
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" } Here we provide you with examples of both successful and error responses for the bulk email scoringⓘ API.
Successful Response
{ "success": true, "message": "File Accepted", "file_name": "Your file name.csv", "file_id": "aaaaaaaa-zzzz-xxxx-yyyy-5003727fffff" }Error Response
{ "success": false, "message": [ "Error messages" ] }Do you have any questions or need help getting started with the ZeroBounce bulk email scoringⓘ API? Please get in touch with our team. Our Customer Support specialists are available 24/7 to guide you and help clarify potential issues.
The email scoringⓘ API can be used both in bulk and in real time.