Email search engine - Send file
The email-finder/sendfile API allows you to send a file for bulk email finderⓘ. This guide will provide everything you need to know on how to find email addresses in bulk via API.
There is no restriction on the file size, number of emails, or number of files you can submit using this endpoint.
Each search will consume 20 credits if a valid email format is returned. If you are a monthly subscriber, the API call will consume 1 Email Finderⓘ query if a valid format is returned. As long as you have the available queries via subscription or the credits in your account to cover the number of searches submitted in the file, your file will be accepted.
To avoid API interruptions, consider activating AutoPay in your ZeroBounce account settings to ensure you never run out of credits.
POST /EMAIL-FINDER/SENDFILE
API URL: https://bulkapi.zerobounce.net/email-finder/sendfile
The content type of the body should be multipart/form-data.
Link parameters
- ParameterDescription
- fileThe CSV or TXT file. Byte array content for the submitted file. The content header is of type "text/csv"
- api_keyYour API key, which is located in your account. (Required)
- domain_columnThe domain column index in the file. The index starts from 1 (required).
- first_name_columnThe column index for the first name column. (It is mandatory that one of the columns, either the first name or the full name column, be filled in)
- last_name_columnThe column index for the last name column. (Optional)
- middle_name_columnThe column index for the middle name column. (Optional)
- full_name_columnThe column index for the full name column. (It is mandatory that one of the columns, either the first name or the full name column, be filled in)
- has_header_rowIf the first row of the submitted file is a header row; true or false (optional)
END POINT ANSWER
Successful Response
Error Response
Do you need help submitting your file to the bulk email search engine? Tell us what you need: our team is available at any time to assist you.