Office 365 Connectors. Toni Pohl MVP Windows · blog.atwork.at About me.

Slides:



Advertisements
Similar presentations
With Folder HelpDesk for Outlook, support centres and other helpdesks can work efficiently with support cases inside Microsoft Outlook. The support tickets.
Advertisements

What is touchPRO EXPRESS? touchPRO EXPRESS is a way for select industries who meet certain criteria to be able to get a mobile app at a low cost and have.
Microsoft ® Office SharePoint ® Server 2007 Training SharePoint calendars I: Make the most of your team calendar Bellwood-Antis School District presents:
Hosted Exchange The purpose of this Startup Guide is to familiarize you with ExchangeDefender's Exchange and SharePoint Hosting. ExchangeDefender.
Expanding the Windows app ecosystem and portfolio 116% YoY growth $ 114% YoY growth 94% YoY growth 197% YoY gross sales growth Recent Highlights.
In addition to Word, Excel, PowerPoint, and Access, Microsoft Office® 2013 includes additional applications, including Outlook, OneNote, and Office Web.
Why I LIKE the Facebook Database… Sharon Viente May 2010.
1 Tradedoubler & Mobile Mobile web & app tracking technical overview.
Google Analytics for Small Business Presented by: Keidra Chaney.
Google Apps (Education Edition) A step guide to a successful deployment January 10 th, 2008 California Technology Assistance Project
Getting company KPIs to employees/customers A presentation template designed to assist you in pitching pocketKPI to your internal stakeholders.
XP New Perspectives on Microsoft Windows XP Tutorial 5 1 Microsoft Windows XP Bringing the World Wide Web to the Desktop Tutorial 5.
What is touchPRO EXPRESS? touchPRO EXPRESS is a way for Associations who meet certain criteria to be able to get a mobile app at a low cost and have their.
1. Begin Quick Start 2. Administration 3. Good to Know 4. Slightly Technical 5. User Experience 6. You are ready to go !
Redmond Protocols Plugfest 2016 Tristan Davis Office Developer Platform Overview Principal Group Program Manager.
Redmond Protocols Plugfest 2016 Andrew Davidoff Mail, Calendar, and Contacts Graph API Demonstration Senior Software Engineer.
1 Terminal Management System Usage Overview Document Version 1.1.
Improving Your Application with IntelliTrace #ITDevConnections.
Architecting Enterprise Workloads on AWS Mike Pfeiffer.
Developers Introduction to the Power BI Platform.
SharePoint Saturday Genève 2016
What’s new and what’s coming for Actionable Messages in Outlook
MOVE FORWARD WITH MOBILE
Moving to Configuration Manager Current Branch
5/12/2018 3:54 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Deploying and Customising Office 365 Groups
Autodiscover is Hero of Exchange Motherland!
Microsoft Active Directory Certificate Services and System Center Configuration Manager Internet Based Client Management.
Contributing to the WCARC Website
ΑΓΓ66 Creating a wiki Contact Session 3
Migrating SharePoint Add-ins from Azure ACS to Azure AD
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
LMEvents SharePoint Portal How-to Guide
Concept To Solution Learning and Mastering Sage 300 Construction and Real Estate – Office Connector.
Outlook Message Cards Ignite 2016 deck draft Shivakumar Seetharaman
Communications and Knowledge Training on the FoodTrade ESA Knowledge Hub Joram Kibigo – Knowledge Management Officer.
Table of Contents Tips for Success Send s
Azure RMS Deep Dive.
Power BI Security Best Practices
Simple Steps for Creating Your App
Nicole Steen-Dutton, ClickDimensions
Microsoft Ignite /13/2018 7:38 PM BRK2247
Guided By: WpglobalsupportWpglobalsupport WordPress: Adding the WordPress Logout Link to Navigation Menu Guided by: wpglobalsupportwpglobalsupport.
Extending Microsoft Teams
Wes Brooks District 6840 • Asst. Gov. ClubRunner
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Easy methods to control your RSS Feeds Footer in WordPress Guided By: wpglobalsupportwpglobalsupport.
Xerox Social on Demand.
Rapid Connect® Getting Started
WorkingLife Balance An example ISV scenario 11/14/2018 6:51 AM
Office 365 Actionable Messages with Connectors and
Application Support, Development & Administration
Microsoft Virtual Academy
Oracle Sales Cloud Sales campaign
How to Post in the Open Forum
Samer Koda IEEE-SEM – Section Student Representative IEEE-SEM-SA – Webmaster 12/7/2018.
Learn how to make SharePoint Accessible and Inclusive
Using the Blackboard Mass Notification System (also know as: BB Comms, Parentlink, Connect 5i) SENDING A MESSAGE.
Microsoft Build /1/2019 4:27 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Build /2/2019 6:45 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Converter for Azure and SharePoint Converts s into SharePoint list items 24/7 Creates SharePoint list items from s
Converter for IIS and SharePoint Converts s into SharePoint list items 24/7 Creates SharePoint list items from s
SharePoint 2019 Overview and Use SPFx Extensions
Converter for Outlook and SharePoint Converter converts Outlook s to SharePoint list items Converter creates SharePoint.
Social Media Apps integration
2/24/2019 6:15 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
FLOW 101 Power BI User Group.
Enabling Edmonton’s Communities
Lesson 2: Gathering and Organizing Information Using ICT KEY QUESTION: HOW DO YOU GATHER AND ORGANIZE INFORMATION USING THE COMPUTER AND INTERNET?
Kaspersky Social Channel
Presentation transcript:

Office 365 Connectors

Toni Pohl MVP Windows · blog.atwork.at About me

OFFICE 365 CONNECTORS Learn about Office 365 Groups and how to use Connectors.

OFFICE 365 CONNECTORS Agenda Introduction into Office 365 Groups Ready to use Connectors Create your own Connector Roadmap

OFFICE 365 CONNECTORS Office 365 Groups Office Graph Infrastructure Intelligent fabric Connecting teams through modern experiences and enabling choice

OFFICE 365 CONNECTORS

What are Office 365 Connectors? …bring real-time information and content into your Office 365 Groups based on events happening in 3rd party services. …Bing, Twitter, Trello, GitHub, plus many more.

OFFICE 365 CONNECTORS Office 365 Connectors 3rd party app Office 365 Group message „Webhook“

OFFICE 365 CONNECTORS Connectors Use Cases Any trigger creates a message card… A user creates an invoice in ERP system which then is sent to a group Website form is filled out and sent to a group Ticket system / Support contact or support group Activities in Social Media shall be available for product or project groups.

OFFICE 365 CONNECTORS

Use CURL for testing curl -H "Content-Type: application/json" -d "{\"text\": \"Hello World!\"}"

OFFICE 365 CONNECTORS Message with title, link & themeColor curl -H "Content-Type: application/json" -d "{\"title\": \"Learn about Office 365 Connectors\", \"text\": \"Visit the [Outlook Dev Portal]( to learn more about Office 365 Connectors!\", \"themeColor\": \"EA4300\"}"

OFFICE 365 CONNECTORS Use PowerShell $url = ' $body { "text": "Hello World at IT Dev/Con!", "title": "Enjoy this great event!" } Invoke-RestMethod -Uri $url -Method Post -Body $body -ContentType "application/json"

OFFICE 365 CONNECTORS Message with action curl -H "Content-Type: application/json" -d "{\"title\": \"Learn about Office 365 Connectors\", \"text\": \"Visit the [Outlook Dev Portal]( to learn more about Office 365 Connectors!\", \"themeColor\": \"EA4300\", \"potentialAction\": \" \"ViewAction\", \"name\": \"Open Outlook Dev Center\", \"target\": [\"

OFFICE 365 CONNECTORS

Connector Card { "summary": "New Comment by Ben Quillen on \"Fabrikam Forum\"", "title": null, "text": null, "themeColor": "#3479BF", "sections": [ { "title": null, "text": null, "markdown": true, "facts": [ { "name": "Added By", "value": "Ben Quillen" }, { "name": "Date", "value": " " }, { "name": "Priority", "value": "Medium" }, { "name": "State", "value": "Active" } ], "images": null, "activityTitle": "Ben Quillen commented", "activitySubtitle": "on \"Fabrikam Forum\"", "activityText": "We should prioritize this effort.", "activityImage": " /PRACTIKA/256/user.png", "activityImageType": null, "potentialAction": null } ], "potentialAction": [ { " "ViewAction", "name": "View in Sandbox", "target": [ " ] } ], "footer": null, "replyTo": null }

OFFICE 365 CONNECTORS Summary 1 The easiest way to bring your content to groups Elevates your engaging content directly alongside Group conversations Only the person who has created the connector can modify it! But: Connectors are available for all users-not just Admins! General Availability (since BUILD Conference)

OFFICE 365 CONNECTORS Summary 2 ~60+ Connectors available now Configure connectors from Outlook on the Web Consume content from all Groups platforms –Outlook 2016 –Outlook on the web (formerly known as OWA) –Groups Mobile Apps (iOS, Android) – coming soon! Custom connectors through incoming webhook –“Add to Office365” button lets users configure Connectors from 3 rd party’s site Developer portal to implement and submit your own connectors (Beta)

OFFICE 365 CONNECTORS Disable Office 365 Connectors # To disable connectors for the tenant: Set-OrganizationConfig -Identity contoso.com - ConnectorsEnabled:$false # To disable connectors for a group mailbox: Set-UnifiedGroup -Identity - ConnectorsEnabled:$false ed0ce f-4902-b9b3-9e518ae6fbabhttps://support.office.com/en-us/article/Connect-apps-to-your-groups- ed0ce f-4902-b9b3-9e518ae6fbab

OFFICE 365 CONNECTORS

Connectors for Developers… Connectors use webhooks to create Connector Card messages within an Office 365 group. Developers can create these cards by sending an HTTP request with a simple JSON payload to an Office 365 group webhook address.

OFFICE 365 CONNECTORS Your customers are in Office365 Super Easy – all you need is a webhook Catalog gives you direct exposure Why should I build a Connector? POST HTTP/1.1 Content-Type: application/json Host: outlook.office365.com Content-Length: 43 {"Text":"Hello World! Buzz...Buzz...Buzz!"}

OFFICE 365 CONNECTORS Connectors Dev Platform -the-office-365-connectors-developer-platform/

OFFICE 365 CONNECTORS Developer dashboard for Connector submission (Beta) Enables developers to easily build, verify and publish a connector through the developer dashboard at

OFFICE 365 CONNECTORS

Developer dashboard for Connector submission (Beta) Development includes 3 basic steps: 1.Provide basic info such as connector name, logo, list of events supported, landing page URL, callback URL, etc. 2.Use auto-generated URL from dashboard to integrate into your app and verify the end-to-end experience 3.Submit the connector for review by Microsoft for it to be listed in the in-app connectors catalog for all users

OFFICE 365 CONNECTORS Roadmap Connectors for the Inbox Reply action on connector messages Connector catalog for Desktop Outlook and Groups Mobile apps Specialized cards and experiences for newsletters, media, etc.

OFFICE 365 CONNECTORS Sources/Links

OFFICE 365 CONNECTORS Key takeaways: Office 365 Groups and Connectors are cool and easy to use.

OFFICE 365 CONNECTORS Call to Action Use the new Office 365 Groups Use Connectors – it’s the easiest way to bring relevant content to groups Build your own Connectors if needed ISVs: Publish your own Connectors to the MSFT Store

Rate This Session Now! Rate with Mobile App: Select the session from the Agenda or Speakers menus Select the Actions tab Click Rate Session Rate with Website: Register at Go to Select this session from the list and rate it Tell Us What You Thought of This Session Be Entered to WIN Prizes! #ITDevConnections

Thank you! Toni Pohl