patch/v1/contactBooks/{contactBookId}

Path parameters

contactBookIdstring required
Example:clx1234567890

Request body

namestring
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

Update the 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