SunshineConversationsClient::ConversationPostbackEventAllOfPayload

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
postbackPostbackWebhookThe postback associated with the event.[optional]
conversationConversationTruncatedThe conversation linked to the postback.[optional]
userUserThe user that triggered the postback.[optional]
sourceSourceWithCampaignWebhookThe source of the postback.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationPostbackEventAllOfPayload.new(
  postback: null,
  conversation: null,
  user: null,
  source: null
)