smooch-ci-web
released this
What's new?
openOnReceive Webview Action property
It is now possible to configure Conversation extensions to automatically open. Set the openOnReceive
property on a Webview Actions and Web Messenger will open it when receiving the message. Learn more.
Before Postback Send Delegate Method
It is now possible to add metadata to a postback using the new beforePostbackSend
delegate. To set this delegate, use Smooch.setDelegate(delegate).
Learn more about adding metadata to postback in our guide.
Fixes
- Fixed minor issues with the
beforeDisplay
delegate.