Skip to main content
The Playbook tab offers structured guidance for handling customer interactions.

PLAYBOOK_HEADER_TEMPLATE

This event displays the following header icons for the playbook tab:
  • Bulb Icon: Displays the count of dynamically triggered playbooks.
  • Default Enabled Playbooks: Includes the primary and dynamic playbook lists.
  • Proceed to Close Button: Closes the playbook.
  • Current Running Playbook Name and Step Name: Displays the playbook details.

PLAYBOOK_BODY_TEMPLATE

Contains the steps configured for the selected playbook and stage.

PLAYBOOK_EMPTY_TEMPLATE

Displays a message prompting the agent to select a dynamic playbook when no primary playbooks are enabled.

PLAYBOOK_PRIMARYLIST_TEMPLATE

Displays enabled primary type playbooks.

PLAYBOOK_DYNAMICLIST_TEMPLATE

Displays enabled dynamic type playbooks.

PLAYBOOK_STAGE_DROPDOWN_TEMPLATE

Displays the list of stages configured for it.

PLAYBOOK_TRIGGERED_LIST_TEMPLATE

Displays dynamic playbooks that are triggered dynamically based on agent or user responses.

PLAYBOOK_SEND_EVENT

Triggers when the Send button of a specific step in the playbook body is clicked.

PLAYBOOK_COPY_EVENT

Triggers when the Copy button of a specific step in the playbook body is clicked.

PLAYBOOK_CONFIRMATION_YES

Triggers when the Yes button is clicked of Yes/No button for a specific step by the agent.

PLAYBOOK_CONFIRMATION_NO

Triggers when the No button is clicked of Yes/No button for a specific step by the agent.

PLAYBOOK_OPENED_EVENT

Triggers when a playbook (primary or dynamic) is selected from the list.

PLAYBOOK_RESUME_EVENT

Triggers when an opened playbook resumes after being paused due to another running playbook.

PLAYBOOK_STEP_CLOSED_EVENT

Triggers when:
  • Send/Copy buttons are clicked.
  • Yes/No confirmation buttons are clicked.
  • Step based on agent or user utterance is closed (if configured).

PLAYBOOK_PROCEED_TO_CLOSE_EVENT

Triggers when the Proceed to Close button is clicked to close the primary playbook.