Create Multiple Subscriber From CSV File
GET {{baseUrl}}/lists/upload-contacts?api_key=<>&birthdate=<>&city=<>&country=<>&email=<>&firstname=<>&gender=<>&lastname=<>&listname=<>&organizationname=<>&phone=<>&postalcode=<>&state=<>&title=<>&username=<>
Create Multiple Subscriber From CSV File
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| api_key | string | your api key | |
| birthdate | string | date of birth of the subscriber | |
| city | string | city of the subscriber | |
| country | string | country of the subscriber | |
| email | string | email address of subscriber/recipient | |
| firstname | string | first name of the subscriber | |
| gender | string | male or female | |
| lastname | string | last name of the subscriber | |
| listname | string | name of list you wish to add subscriber to (separate by semi-colon to add to multiple lists) | |
| organizationname | string | organization name the subscriber works for | |
| phone | string | phone number for the subscriber | |
| postalcode | string | the zip or postal code of the subscriber | |
| state | string | the state or province for the subscriber | |
| title | string | the title for the subscriber (Mr., Mrs, Miss, etc) | |
| username | string | username |