Sha256: 232dfa0b6c2572a33e679dcdd302ef1487a868ff0add41b9401cc4386fbb01a1
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
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] **smtp_blacklist_sender** | **Array<String>** | SMTP forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true ) | [optional]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sib-api-v3-sdk-4.0.1 | docs/CreateContact.md |
sib-api-v3-sdk-4.0.0 | docs/CreateContact.md |
sib-api-v3-sdk-3.0.1 | docs/CreateContact.md |
sib-api-v3-sdk-3.0.0 | docs/CreateContact.md |