Capture signature in Kaizala custom action.

Tag: Kaizala custom action
Understanding chat canvas attributes in package.json
In my previous post -Â Developing a custom feedback card, I had shown how to develop a custom survey / request-response card. The package.json had a bunch of attributes. In this brief post, I would like to cover some of the commonly used attributes ChatCanvasCardView. (This post does not provide an exhaustive list of attributes in … Continue reading Understanding chat canvas attributes in package.json
Developing a custom feedback card
This post will take you through developing a custom Kaizala action / card for requesting for feedback using the JavaScript SDK - KASClient.js. This type of action is very similar to the default survey action that ships with Kaizala. It is also known as a request-response format - which means you can request for responses … Continue reading Developing a custom feedback card
Exploring Kaizala card view scenarios
Understand Kaizala custom action views with few sample scenarios to get you started.
Flow scenario #2b: Get response from custom Kaizala forms
Leverage Kaizala Flow connector to capture responses from custom actions.
Customer ticketing solution on Kaizala
This post shows how you could build a customer ticketing solution using Kaizala with custom chat card.