post/v1/contactBooks

Request body

namestring required
emojistring
propertiesobject
doubleOptInEnabledboolean

Whether double opt-in is enabled for new contacts

doubleOptInFromstring nullable

From address used for double opt-in emails (must use a verified domain)

doubleOptInSubjectstring

Subject line used for double opt-in confirmation email

doubleOptInContentstring

Email editor JSON content used for double opt-in confirmation

Response

Create a new contact book

idstring required
namestring required
teamIdnumber required
propertiesobject required
emojistring required
doubleOptInEnabledboolean

Whether double opt-in is enabled for new contacts

doubleOptInFromstring nullable

From address used for double opt-in emails

doubleOptInSubjectstring nullable

Subject line used for double opt-in confirmation email

doubleOptInContentstring nullable

Email editor JSON content used for double opt-in confirmation

createdAtstring required
updatedAtstring required

Changes