RocketCOMS

Recipient List Object

The Recipient List object represents a list of recipients that can be used for a campaign batch.

Attributes

id

string

Unique ID for the recipient list in RocketCOMS.

name

string

Name of the recipient list.

createdAt

string (date-time)

Date and time the recipient list was created.

updatedAt

string (date-time)

Date and time the recipient list was last updated.

recipientsAmount

number

Number of recipients in the list.

Recipient List Object

				
					{
  "id": "23e281a7-b9bc-4a11-8657-3ca0600e2451",
  "name": "Recipient List",
  "createdAt": "2023-10-21T23:30:08.942Z",
  "updatedAt": "2023-10-31T23:30:08.942Z",
  "recipientsAmount": 200
}