Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 769 Bytes

email-transcript.md

File metadata and controls

29 lines (20 loc) · 769 Bytes
title subtitle description
Email transcript
Send copy of chat conversation.
When visitor ends conversation he can send transcript to email.

⛔ Legacy API ⛔

👇👇👇 We no longer support any code below this section❗ {: .alert .alert-danger }

Transcript enabled

This option is displayed by default. It shows a button which sends transcript to email.

_smartsupp.sendEmailTanscript = true;

transcript enabled

Transcript disabled

If you do not need this feature in your chat box you can disable it.

_smartsupp.sendEmailTanscript = false;

transcript disabled