Adding Single Leads
- API
You can create a single lead by sending a The required fields are The following is an example of creating a single lead:
POST request at the following endpoint.first_name, last_name, and email.The optional fields are title, company, notes, and custom variables.Custom variables need to be created in advance in each workspace.
Bulk Uploading Leads
- API
- UI
Bulk upload leads with a The request takes the following fields:The following is an example of a request to bulk upload a CSV file:
POST request to the following endpoint.string
required
The name of the lead list that will be created
FILE
required
The CSV file.
string
required
The name of the CSV header column that corresponds to
first_name on EmailBisonstring
required
The name of the CSV header column that corresponds to
last_name on EmailBisonstring
required
The name of the CSV header column that corresponds to
email on EmailBisonstring
The remaining fields you would like to map - including custom variables - each getting their own field.

