# SibApiV3Sdk::CreateContact ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **String** | 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** | **BOOLEAN** | Blacklist the contact for emails (emailBlacklisted = true) | [optional] **sms_blacklisted** | **BOOLEAN** | Blacklist the contact for SMS (smsBlacklisted = true) | [optional] **list_ids** | **Array<Integer>** | Ids of the lists to add the contact to | [optional]