06-10-2020 09:38 PM
Hi,
email
Is it possible to implement the ECE post chat survey outside of the sample webchat?
For example on facebook messenger.
Can I use this API(attached)? What is SID?
Best Regards,
Edwin R
06-11-2020 09:48 AM
Hi,
Please email your question to ask-ece-dev@external.cisco.com. You will probably get a faster response there.
Thanx,
Denise
06-11-2020 10:16 AM
I think you can do this.
Have a look here:
Reference:
Chat Completion
It is common to transition to a post-chat UI when the chat is completed. To accomplish this, place the page
navigation along with any additional calls inside the OnChatCompletion callback.
/* Example navigation when the chat is completed */
myCallbacks.OnConnectionComplete = function () {
window.location = "http://yourdomain.com/post-chat.html";
};
Regards,
Gerry
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide