Showing results for Kaizala - Microsoft 365 Developer Blog

Jun 25, 2018
0

Flow scenario #1: Send a survey daily

Kaizala Developer Platform team
Kaizala Developer Platform team

This blog discusses the scenario where you might need to send a survey with the same set of questions on a daily basis. This could be automated very simply using Microsoft Flow. In case you are new to Flow or the Kaizala connector, suggest you read this post to get started.

Office Add-ins
Jun 22, 2018
0

Kaizala extensibility and programmability overview

Kaizala Developer Platform team
Kaizala Developer Platform team

Kaizala is a mobile application that allows you to get work done within the context of a conversation and group using actions. While the application provides a whole lot of functionalities that allows small and medium businesses and enterprises to get work done, it also supports extensibility that allows you to integrate it to existing business pro...

Office Add-ins
May 31, 2018
0

Securing API requests from Kaizala action

Kaizala Developer Platform team
Kaizala Developer Platform team

There are scenarios where you may want to query your service from within the Kaizala card. While the APIs to be queried are public (without any authentication), you can 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 Kaizala card alone – you use the Integration Se...

Office Add-ins
May 3, 2018
0

Replying to a Kaizala message or action

Kaizala Developer Platform team
Kaizala Developer Platform team

In this post, I will introduce the replyToReferenceId property that enables you to reply to a message or 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.

Office Add-ins
Apr 26, 2018
0

Adding bot support to a Kaizala group

Kaizala Developer Platform team
Kaizala Developer Platform team

In this post, I'll explore on how you can integrate a bot with a Kaizala group. Bot aids a lot of scenarios and can be a part of the conversations and adding value. In a regular group, the messages are received and seen by all users, and can result in a chatty experience. Public groups (managed hub and spoke groups) are well suited for this scenari...

Office Add-ins
Apr 16, 2018
0

Exploring Kaizala card view scenarios

Kaizala Developer Platform team
Kaizala Developer Platform team

In the Developing a custom action for Kaizala blog post, I introduced Kaizala custom actions – which has 4 views (creation view, chat card view, response view and results / summary view). In this post, I'll explore different scenarios where each of the views can be used for a different purpose. While this post intends to give you an idea of card vi...

Office Add-ins
Apr 14, 2018
0

Developing a custom action for Kaizala

Kaizala Developer Platform team
Kaizala Developer Platform team

Kaizala ships with many actions out of box allowing you to get work done within the context of a conversation or group. Few of them are surveys, quick poll, request location, announcement, etc. But there could be a case(s) where these are not sufficient for your business or requirements and you may want to build your own action. Kaizala platform al...

Office Add-ins
Apr 13, 2018
0

Flow scenario #2b: Get response from custom Kaizala forms

Kaizala Developer Platform team
Kaizala Developer Platform team

In this post, I will explore how you could get response from custom Kaizala forms over email. This is very similar to the scenario mentioned in the previous post: Flow scenario #2a: Get response from custom Kaizala forms.

Office Add-ins
Mar 7, 2018
0

Flow scenario #5: Send a document to new member on joining group

Kaizala Developer Platform team
Kaizala Developer Platform team

In a Managed Hub and Spoke group (Public Group) created for any event, it is a common requirement to send a message / document to the member who joins the group. I have picked up a case where a member joining the group would be sent a brochure (document) on joining the group.

Office Add-ins