Showing category results for Office Add-ins

Jun 25, 2018
Post comments count0
Post likes count0

Flow scenario #1: Send a survey daily

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
Post comments count0
Post likes count0

Kaizala extensibility and programmability overview

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
Post comments count0
Post likes count0

Securing API requests from Kaizala action

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 18, 2018
Post comments count0
Post likes count0

Excel JavaScript API 1.7 goes GA

Office Extensibility team

We're pleased to announce that the Excel JavaScript 1.7 API is now generally available! We received lots of great feedback on the design of the APIs during the beta period and we appreciate your active participation.

Office Add-ins
May 7, 2018
Post comments count0
Post likes count0

Harness the growing network of apps and insights in Microsoft Graph

Microsoft Graph team

Microsoft Graph is the unified API endpoint that offers developers a gateway to the rich data and powerful insights behind a large and growing set of Microsoft products. Based on consistent REST-based standards, tools, and features, the set of scenarios you can power with the Microsoft Graph grows exponentially as new products, datasets and capabil...

Microsoft GraphMicrosoft TeamsOffice Add-ins
May 7, 2018
Post comments count0
Post likes count0

Your guide to Office 365 at Build 2018

Office Extensibility team

We’re blogging the latest, greatest news from Build 2018 for the Office 365 developer community. 

Microsoft GraphMicrosoft TeamsOffice Add-ins
May 7, 2018
Post comments count0
Post likes count0

Azure Machine Learning, JavaScript Custom Functions, and Power BI Custom Visuals Further Expand Developers Capabilities with Excel

Office Extensibility team

Today at Build, we announced a powerful set of capabilities to the Excel platform, offering developers, data scientists, and power users more opportunities to better work with data. Developers and data scientists can now to execute custom functions locally in JavaScript or with Microsoft Azure Machine Learning services to create their own powerful ...

Office Add-insPower Platform
May 3, 2018
Post comments count0
Post likes count0

Replying to a Kaizala message or action

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