Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedMarkSpam

Partner clicks on mark as spam modal on the conversations page in CMS. They can click on: Cancel or Delete and Mark as Spam

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

example
 {
   action: clickedMarkSpam
   conversation_id: 123456
   label: [mark as spam, cancel mark as spam, delete and mark as spam]
   context_module: "conversations",
   context_page_owner_type: "conversation",
   context_page_owner_id: "60de173a47476c000fd5c4cc"
   artwork_id: "60de173a47476c000fd5c4cc"
   partner_id: "35de173a47476c111fd5c4cc"
 }

Hierarchy

  • ClickedMarkSpam

Index

Properties

action

action: clickedMarkSpam

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

Generated using TypeDoc