Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.91 KB

CreateContact.md

File metadata and controls

17 lines (13 loc) · 1.91 KB

CreateContact

Properties

Name Type Description Notes
Email string Email address of the user. Mandatory if "SMS" field is not passed in "attributes" parameter. Mobile Number in "SMS" field should be passed with proper country code. For example {"SMS":"+91xxxxxxxxxx"} or {"SMS":"0091xxxxxxxxxx"} [optional] [default to null]
ExtId string Pass your own Id to create a contact. [optional] [default to null]
Attributes [map[string]interface{}] Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. Values that don't match the attribute type (e.g. text or string in a date attribute) will be ignored.These attributes must be present in your Brevo account. For eg. {"FNAME":"Elly", "LNAME":"Roger"} [optional] [default to null]
EmailBlacklisted bool Set this field to blacklist the contact for emails (emailBlacklisted = true) [optional] [default to null]
SmsBlacklisted bool Set this field to blacklist the contact for SMS (smsBlacklisted = true) [optional] [default to null]
ListIds []int64 Ids of the lists to add the contact to [optional] [default to null]
UpdateEnabled bool Facilitate to update the existing contact in the same request (updateEnabled = true) [optional] [default to null]
SmtpBlacklistSender []string transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true ) [optional] [default to null]

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