Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.33 KB

File metadata and controls

15 lines (12 loc) · 1.33 KB

Brevo::CreateContact

Properties

Name Type Description Notes
email String Email address of the user. Mandatory if "ext_id" & "SMS" field is not passed. [optional]
ext_id String Pass your own Id to create a contact. [optional]
attributes Hash<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]
email_blacklisted BOOLEAN Set this field to blacklist the contact for emails (emailBlacklisted = true) [optional]
sms_blacklisted BOOLEAN Set this field to blacklist the contact for SMS (smsBlacklisted = true) [optional]
list_ids Array<Integer> Ids of the lists to add the contact to [optional]
update_enabled BOOLEAN Facilitate to update the existing contact in the same request (updateEnabled = true) [optional] [default to false]
smtp_blacklist_sender Array<String> transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true ) [optional]