SunshineConversationsClient::MatchCriteriaMailgun

August 27, 2025 · View on GitHub

Properties

NameTypeDescriptionNotes
typeStringThe channel type.[default to 'mailgun']
integration_idStringThe ID of the integration to link. Must match the provided type.
primaryBooleanFlag indicating whether the client will become the primary for the target conversation once linking is complete.[optional][default to true]
addressStringThe user’s email address.
subjectStringMay be specified to set the subject for the outgoing email.[optional][default to 'New message from {appName}']

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::MatchCriteriaMailgun.new(
  type: null,
  integration_id: 582dedf230e788746891281a,
  primary: null,
  address: steveb@channel5.com,
  subject: null
)