Name | Type | Description | Notes |
---|---|---|---|
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] |