Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.49 KB

File metadata and controls

16 lines (13 loc) · 1.49 KB

brevo_csharp.Model.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 Dictionary<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 bool? Set this field to blacklist the contact for emails (emailBlacklisted = true) [optional]
SmsBlacklisted bool? 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 bool? Facilitate to update the existing contact in the same request (updateEnabled = true) [optional] [default to false]
SmtpBlacklistSender List<string> transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true ) [optional]

[Back to Model list] [Back to API list] [Back to README]