Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedDismissInquiry

Partner clicks on dismiss inquiry modal on the conversations page in CMS. They can click on: Select a reason, Cancel, Dismiss inquiry

This schema describes events sent to Segment from [[clickedDismissInquiry]]

example
 {
   action: "clickedDismissInquiry"
   conversation_id: 123456
   label: [select a reason, cancel dismiss inquiry, dismiss inquiry]
   reason: [The artwork is no longer available, I already contacted this person, Other]
   context_module: "conversations",
   context_page_owner_type: "conversation",
   context_page_owner_id: "60de173a47476c000fd5c4cc"
   artwork_id: "60de173a47476c000fd5c4cc"
   partner_id: "35de173a47476c111fd5c4cc"
 }

Hierarchy

  • ClickedDismissInquiry

Index

Properties

action

action: clickedDismissInquiry

artwork_id

artwork_id: string

context_module

context_module: string

Optional context_page_owner_id

context_page_owner_id: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

conversation_id

conversation_id: string

label

label: string

partner_id

partner_id: string

reason

reason: string

Generated using TypeDoc