Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedConversationsFilter

A Partner selects a filter on the conversations page in CMS.

This schema describes events sent to Segment from ClickedConversationsFilter

example
 {
   action: "clickedConversationsFilter",
   label: [selected filter all, selected filter new, selected filter replied],
   context_module: "conversations",
   context_page_owner_type: "conversation",
   context_page_owner_id: "60de173a47476c000fd5c4cc"
   partner_id: "35de173a47476c111fd5c4cc"
 }

Hierarchy

  • ClickedConversationsFilter

Index

Properties

action

action: clickedConversationsFilter

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

label

label: string

partner_id

partner_id: string

Generated using TypeDoc