Export Recipient list recipients
Audiences/Recipient lists / Recipient lists
Export Recipient list recipients
Description
Find all recipient list recipients where recipientListId is the id to filter recipients.
Response
{
"labels": {},
"recipients": [
{
"email": string,
"isDeleted": boolean,
"isUnsubscribed": boolean,
"unsubscribedAt": string,
"unsubscribedBy": string,
"values": object,
"id": string,
"recipientListId": string,
"firstName": string,
"lastName": string,
"countryCode": string,
"phone": string,
"updatedAt": string,
"createdAt": string,
"externalId": number,
}
],
"totalCount": number,
}
where:
labels: Object with labels for every column indexed by column number.recipients: Array of recipients with the following data:email: Recipient email. Optional.isDeleted: Whether or not the recipient is soft deleted or not.isUnsubscribed: Whether or not the recipient is unsubscribed.unsubscribedAt: When the recipient was unsubscribed. Optional.unsubscribedBy: Hash representing who unsubscribed the recipient. Optional.values: Object with recipient values indexed by column number.id: Recipient id.recipientListId: Recipient list id.firstName: Recipient first name. Optional.lastName: Recipient last name. Optional.countryCode: Country code for the phone. Optional.phone: Recipient phone. Optional.updatedAt: Last modified date.createdAt: Creation date.externalId: Id assigned by the user.
totalCount: Total recipients returned.
GET
Export Recipient list recipients
Description
Find all recipient list recipients whererecipientListId is the id to filter recipients.
Response
labels: Object with labels for every column indexed by column number.recipients: Array of recipients with the following data:email: Recipient email. Optional.isDeleted: Whether or not the recipient is soft deleted or not.isUnsubscribed: Whether or not the recipient is unsubscribed.unsubscribedAt: When the recipient was unsubscribed. Optional.unsubscribedBy: Hash representing who unsubscribed the recipient. Optional.values: Object with recipient values indexed by column number.id: Recipient id.recipientListId: Recipient list id.firstName: Recipient first name. Optional.lastName: Recipient last name. Optional.countryCode: Country code for the phone. Optional.phone: Recipient phone. Optional.updatedAt: Last modified date.createdAt: Creation date.externalId: Id assigned by the user.
totalCount: Total recipients returned.