Import Audience
POST/audiences/import
Create a new contact list by importing members from csv file
Creates a new Audience list by importing customer's email addresses into a CSV file.
Use this endpoint to quickly build a new Audience list with multiple recipient's email addresses in a single operation, allowing for efficient audience management and onboarding.
Request
- multipart/form-data
Body
required
contactFile binaryrequired
The CSV file to upload
Responses
- 200
- 400
- 401
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
id uuid
{
"id": "00000000-0000-0000-0000-000000000000"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...