SunshineConversationsClient::ConversationReferralEventAllOfPayload

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
conversationConversationTruncatedThe conversation a user lands in after being referred. See the <a href=&quot;https://developer.zendesk.com/documentation/conversations/messaging-platform/programmable-conversations/conversation-referrals/\&quot;&gt;conversation referrals</a> guide for more details.[optional]
userUserThe user associated with the conversation.[optional]
sourceSourceWithCampaignWebhookThe source of the referral.[optional]
referralReferral[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationReferralEventAllOfPayload.new(
  conversation: null,
  user: null,
  source: null,
  referral: null
)