v1

latestSwagger 2.02026-08-06114161439.7 KB
SMS Broadcast

Create contact list

Create a new contact list with the given parameters

post/contact-lists

Request body

list_namestring required

Name of the contact list. Type: string.

descriptionstring

Description of the contact list. Type: string.

group_idinteger required

Organization unit (group) ID the call/record belongs to. Integer. Used to scope data; see /group/list for available group IDs.

Response

The result of the creation and contactListId for the newly added contact list.

resultstring required

Outcome of the request. String, typically 'success' or 'error'.

errstring required

Error message when result='error'. String. Empty/null on success.

datastring

Response payload. Shape varies by endpoint.