Create Audience
POST/audiences
Create a new audience list with members in it
Creates a new Audience list containing customer's email addresses.
Use this endpoint to build a new customer's list and populate it with one or more email addresses in a single request. This helps you efficiently manage, segment, and organize your audience data within your account.
Request
- application/json
Body
required
- Array [
- ]
name stringrequired
members object[]
email stringrequired
firstName string
lastName string
source string
birthday string
tags string[]
currency string
country string
province string
city string
address1 string
address2 string
phone string
postalCode string
company string
lastPurchaseOrder string
lastPurchasePrice string
latestOrderId string
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...