Edit Recipient List
Audiences/Recipient lists / Recipient lists
Edit Recipient List
Description
Patch attributes for a recipient list instance where recipientListId is the id to patch.
Body
{
"name": string,
}
where:
name: New name of the recipient list.
Response
{
"name": string,
"createdAt": string,
"updatedAt": string,
"id": string,
"companyId": string,
"recipientsCount": number,
"audienceId": string
}
where:
name: Name of the recipient list.createdAt: Creation date of the recipient list.updateAt: Last date of update of the recipient list.id: Recipient list id.audienceId: Audience id of the audience the recipient list belongs to. Optional.recipientsCount: Total number of recipients in the list.companyId: Company owner of the recipient list.
PATCH
Edit Recipient List
Description
Patch attributes for a recipient list instance whererecipientListId is the id to patch.
Body
name: New name of the recipient list.
Response
name: Name of the recipient list.createdAt: Creation date of the recipient list.updateAt: Last date of update of the recipient list.id: Recipient list id.audienceId: Audience id of the audience the recipient list belongs to. Optional.recipientsCount: Total number of recipients in the list.companyId: Company owner of the recipient list.