Sha256: 6b90165d23b729a072a748371354c4b7a723b1a7584ed58f970742084d78753a
Contents?: true
Size: 1.27 KB
Versions: 31
Compression:
Stored size: 1.27 KB
Contents
# SmoochApi::AppUserLink ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of the channel to link. | **phone_number** | **String** | A String of the appUser’s phone number. It must contain the + prefix and the country code. Required for *messenger*, *twilio* and *messagebird* linking. | [optional] **address** | **String** | A String of the appUser’s email address. Required for *mailgun* linking. | [optional] **given_name** | **String** | A String of the appUser’s given name. Used as additional criteria to increase the likelihood of a match. (Optional) Used for *messenger* linking. | [optional] **surname** | **String** | A String of the appUser’s surname. Used as additional criteria to increase the likelihood of a match. (Optional) Used for *messenger* linking. | [optional] **subject** | **String** | Subject for the outgoing email. (Optional) Used for *mailgun* linking. | [optional] **skip_confirmation** | **String** | (Deprecated, use confirmation instead) Flag indicating if the linking confirmation should be skipped. | [optional] **confirmation** | [**Confirmation**](Confirmation.md) | Allows you to specify the strategy used to initiate a link with the target user. |
Version data entries
31 entries across 31 versions & 1 rubygems