Sha256: 600073df597aceaaf4e3e9cf2a154db27d29717d3cbdac2c89886ccc6f2ace67
Contents?: true
Size: 1.08 KB
Versions: 50
Compression:
Stored size: 1.08 KB
Contents
# SunshineConversationsClient::MatchCriteriaMailgun ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The channel type. | [default to 'mailgun'] **integration_id** | **String** | The ID of the integration to link. Must match the provided type. | **primary** | **Boolean** | Flag indicating whether the client will become the primary for the target conversation once linking is complete. | [optional] [default to true] **address** | **String** | The user’s email address. | **subject** | **String** | May be specified to set the subject for the outgoing email. | [optional] [default to 'New message from {appName}'] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::MatchCriteriaMailgun.new(type: null, integration_id: 582dedf230e788746891281a, primary: null, address: steveb@channel5.com, subject: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems