Sha256: 38bc7a138dac20cd8e5943435dc617da51451b0efd0cb54a9012c7a7e6995360

Contents?: true

Size: 1.41 KB

Versions: 10

Compression:

Stored size: 1.41 KB

Contents

# SibApiV3Sdk::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] 
**attributes** | **Object** | Pass the set of attributes and their values. These attributes must be present in your SendinBlue account. For eg. {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"} | [optional] 
**email_blacklisted** | **BOOLEAN** | Set this field to blacklist the contact for emails (emailBlacklisted = true) | [optional] 
**sms_blacklisted** | **BOOLEAN** | Set this field to blacklist the contact for SMS (smsBlacklisted = true) | [optional] 
**list_ids** | **Array<Integer>** | Ids of the lists to add the contact to | [optional] 
**update_enabled** | **BOOLEAN** | Facilitate to update the existing contact in the same request (updateEnabled = true) | [optional] [default to false]
**smtp_blacklist_sender** | **Array<String>** | transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true ) | [optional] 


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
sib-api-v3-sdk-8.1.0 docs/CreateContact.md
sib-api-v3-sdk-8.0.0 docs/CreateContact.md
sib-api-v3-sdk-7.5.0 docs/CreateContact.md
sib-api-v3-sdk-7.4.0 docs/CreateContact.md
sib-api-v3-sdk-7.3.0 docs/CreateContact.md
sib-api-v3-sdk-7.2.0 docs/CreateContact.md
sib-api-v3-sdk-7.1.0 docs/CreateContact.md
sib-api-v3-sdk-7.0.0 docs/CreateContact.md
sib-api-v3-sdk-5.5.0 docs/CreateContact.md
sib-api-v3-sdk-5.4.0 docs/CreateContact.md