Send out a poll to a subscriber joining the group allowing him to see previous responses.
Author: Gladson Chellappa
Understanding Kaizala authentication tokens
Get an understanding of the types of auth tokens used in Kaizala and the ways to generate them.
Developing a feedback form (response only card)
Develop a response only Kaizala form 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
Flow scenario #3b: Get YouTube channel updates on Kaizala using custom action
In this post, we will see how to get updates of a YouTube channel on Kaizala. This is very similar to the post Flow scenario #3: Get YouTube channel updates on Kaizala, but uses a custom action (or card) to display the update - so that we get the video thumbnail and title on the chat … Continue reading Flow scenario #3b: Get YouTube channel updates on Kaizala using custom action
Securing API requests from Kaizala action
There are scenarios where you would want to query your service from within the Kaizala card. While the APIs to be queried are public (without any authentication), you could query them directly. But, in case you want to secure your APIs to make sure the calls are made by the particular user from within the … Continue reading Securing API requests from Kaizala action
Kaizala Extensibility training on Microsoft Virtual Academy
Learn about the Kaizala developer platform on the "Kaizala Extensibility" MVA course.
Replying to a Kaizala message or action
In this post, I will be introducing the replyToReferenceId property that enables you to reply to a message / action (attachment, custom card, image, etc.) on Kaizala group. This is required when you want to have a threaded conversation using API [or] bot scenario where you want to reply to a specific user query. For this … Continue reading Replying to a Kaizala message or action
Protected: Adding bot support to a Kaizala group
There is no excerpt because this is a protected post.