Options
All
  • Public
  • Public/Protected
  • All
Menu

Event fires upon clicking "saved X response(s)"

saved_templates is a string[] object that captures the checklist of templates saved to the partner. Uses general names for saved_templates, not the titles of the messages, in case copy changes.

example
{
  action: "savedExampleTemplate",
  context_module: "conversations",
  context_page_owner_id: "496984",
  saved_templates: ["general", "unavailable"],
  conversation_template_ids: ["80912749071", "1231231231"],
}

Hierarchy

  • CmsQuickReplySavedExampleTemplate

Index

Properties

action

action: savedExampleTemplate

context_module

context_module: conversations

context_page_owner_id

context_page_owner_id: string

conversation_template_ids

conversation_template_ids: string[]

saved_templates

saved_templates: string[]

Generated using TypeDoc