Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.13 KB

CreateContact.md

File metadata and controls

16 lines (12 loc) · 1.13 KB

CreateContact

Properties

Name Type Description Notes
email str Email address of the user. Mandatory if `attributes.sms` is not passed [optional]
attributes object Values of the attributes to fill. The attributes must exist in you contact database [optional]
email_blacklisted bool Blacklist the contact for emails (emailBlacklisted = true) [optional]
sms_blacklisted bool Blacklist the contact for SMS (smsBlacklisted = true) [optional]
list_ids list[int] Ids of the lists to add the contact to [optional]
update_enabled bool Facilitate to update existing contact in same request (updateEnabled = true) [optional] [default to False]
smtp_blacklist_sender list[str] SMTP 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]