Sha256: 90b9988923caea03d4757257d468b92ebf015a2b9bf99abde3b375c1d5f940c0
Contents?: true
Size: 858 Bytes
Versions: 3
Compression:
Stored size: 858 Bytes
Contents
# 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] **update_enabled** | **BOOLEAN** | Facilitate to update existing contact in same request (updateEnabled = true) | [optional] [default to false]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sib-api-v3-sdk-2.1.5 | docs/CreateContact.md |
sib-api-v3-sdk-2.1.4 | docs/CreateContact.md |
sib-api-v3-sdk-2.1.3 | docs/CreateContact.md |