Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.29 KB

File metadata and controls

17 lines (12 loc) · 1.29 KB

CreateContact

Properties

Name Type Description Notes
email String Email address of the user. Mandatory if "ext_id" & "SMS" field is not passed. [optional]
extId String Pass your own Id to create a contact. [optional]
attributes Map<String, Object> Pass the set of attributes and their values. These attributes must be present in your Brevo account. For eg. {'FNAME':'Elly', 'LNAME':'Roger', 'COUNTRIES':['India','China']} [optional]
emailBlacklisted Boolean Set this field to blacklist the contact for emails (emailBlacklisted = true) [optional]
smsBlacklisted Boolean Set this field to blacklist the contact for SMS (smsBlacklisted = true) [optional]
listIds List<Long> Ids of the lists to add the contact to [optional]
updateEnabled Boolean Facilitate to update the existing contact in the same request (updateEnabled = true) [optional]
smtpBlacklistSender List<String> transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true ) [optional]