This repository contains technical documentation, samples, labs, SDKs, and more related to Office 365 Connectors. Below you will find a comprehsive list of assets available in this repo.
- Technical PowerPoint Presentation
- Short 100-Level Overview Video
- 50min 200-Level Deep-dive Video
- ASP.NET Connector Lab
- NodeJS Connector Lab
- ASP.NET Connector Sample
- NodeJS Connector Sample
- Office 365 Connectors SDK for .NET
https://github.com/OfficeDev/Office-365-Connectors/tree/master/Workshop/ASP.NET
## NodeJS Connector Lab ## In this lab you will convert an existing Node.js/Express/Handlebars application to integrate with Office 365 Connectors. The application is a ficticious online garage sale site similar to Craigslist (but called Billslist in honor of Bill Gates). You will modify with the "Connect to Office 365" button and handle a Connector flow. You will store the Connector webhooks and call them when new items are created in the system. Finally, you will modify the Connector callback to provide additional subscription filter (ex: filter by category).https://github.com/OfficeDev/Office-365-Connectors/tree/master/Workshop/NodeJS
## ASP.NET Connector Sample ## This completed code sample is written in ASP.NET MVC and provides a ficticious online garage sale site similar to Craigslist (but called Billslist in honor of Bill Gates). It allows users to post items for sale in a number of categories. Users can also integrate Office 365 Connectors for specific categories. Have an Office 365 Group/Community of musicians...try subscribing to musical instruments posts.https://github.com/OfficeDev/Office-365-Connectors/tree/master/Workshop/ASP.NET/End-EX4
## NodeJS Connector Sample ## This completed code sample is written in Node.js/Express/Handlebars and provides a ficticious online garage sale site similar to Craigslist (but called Billslist in honor of Bill Gates). It allows users to post items for sale in a number of categories. Users can also integrate Office 365 Connectors for specific categories. Have an Office 365 Group/Community of musicians...try subscribing to musical instruments posts.https://github.com/OfficeDev/Office-365-Connectors/tree/master/Workshop/NodeJS/End-EX4
## Office 365 Connectors SDK for .NET ## Office 365 Connectors are a powerful way to send useful 3rd party information and content into Office 365 where users can have conversations, collaborate and take action on the information. JSON data is sent into Connectors using a specific schema outline [HERE](https://dev.outlook.com/Connectors/Reference). However, .NET isn't the best platform for working with JSON, so this SDK was built to easily construct Connector messages and send them into Office 365.https://github.com/OfficeDev/Office-365-Connectors/tree/master/SDKs