Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.98 KB

ConversationCreateEventAllOfPayload.md

File metadata and controls

15 lines (11 loc) · 1.98 KB

ConversationCreateEventAllOfPayload

The payload of the event. The contents of this object depend on the type of event.

Properties

Name Type Description Notes
conversation ConversationTruncated The conversation that was created. [optional]
creation_reason str The reason why the conversation was created, if applicable. * `linkRequest` - The conversation was created in order to generate a link request to transfer the user to a different channel. * `message` - The conversation was created because a message was sent. * `none` - The conversation was not created for a specific purpose. Used primarily when a conversation is created via the Create Conversation API. * `notification` - The conversation was created by a call to the Notification API. * `prechatCapture` - The conversation was created because the user completed a prechat capture form in the Web Messenger. * `startConversation` - The conversation was created because of a call to the startConversation API on one of the SDK integrations, or a start conversation event was triggered from a messaging channel. * `proactiveMessaging` - The conversation was created because the user interacted with a campaign. [optional]
source SourceWithCampaignWebhook The source of the creation. [optional]
user User The user associated with the conversation. Only present if the created conversation was of type personal. For sdkGroup conversations, the list of participants can be fetched using the List Participants API, if required. [optional]
referral Referral Referral information, if applicable. [optional]

[Back to Model list] [Back to API list] [Back to README]