Bulk Verify API now accepts an optional emailColumn field
You can now tell Deliverable which CSV column holds the emails. If you don’t send emailColumn, the API still looks for a column named Email.What’s changing
emailColumnis optional. Omit it and we look for a column namedEmail.- Send
emailColumnif your header is something else, for exampleWork Emailoremail. - The file must have a real header row. A bare list of addresses with no header will be rejected.
emailColumnmust be a column name, not an email address.
Example request
Valid file
Rejected file (no header)
What you need to do
- Add a header row to every bulk CSV.
- If the column is named
Email, you don’t need to change anything. - If it isn’t, pass that header as
emailColumn.
POST /verify/single) is unchanged.
