brevo · Schema

Brevo Contact

Represents a contact in the Brevo platform with email, phone, attributes, and list memberships used for transactional and marketing messaging.

Properties

Name Type Description
id integer Unique internal identifier of the contact.
email string Primary email address of the contact.
phone string Phone number of the contact in international format.
emailBlacklisted boolean Whether the contact's email address is blacklisted from receiving messages.
smsBlacklisted boolean Whether the contact's phone number is blacklisted from receiving SMS.
listIds array IDs of contact lists the contact belongs to.
attributes object Custom attribute values for the contact profile as key-value pairs. Keys correspond to attribute names defined in the account.
createdAt string UTC date-time when the contact was created.
modifiedAt string UTC date-time when the contact was last modified.
statistics object Email campaign interaction statistics for the contact.
View JSON Schema on GitHub