Name | Type | Description | Notes |
---|---|---|---|
str | Email address of the user. Mandatory if "sms" field is not passed in "attributes" parameter' | [optional] | |
attributes | object | Pass the set of attributes and their values. These attributes must be present in your SendinBlue account. For example, `{"FNAME":"Elly", "LNAME":"Roger"}` | [optional] |
email_blacklisted | bool | Set this field to blacklist the contact for emails (emailBlacklisted = true) | [optional] |
sms_blacklisted | bool | Set this field to 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 the existing contact in the 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] |