Adding Single Leads
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
Do not set the
content-type
header for this request.It will be automatically set to multipart/form-data
because of the file included.POST
request to the following endpoint.The name of the lead list that will be created
The CSV file.
The name of the CSV header column that corresponds to
first_name
on EmailBisonThe name of the CSV header column that corresponds to
last_name
on EmailBisonThe name of the CSV header column that corresponds to
email
on EmailBisonThe remaining fields you would like to map - including custom variables - each getting their own field.