Questions tagged [office365connectors]

Please use this tag to find answers, ask questions, and answer questions about using the extensibility capabilities of Office 365 Connectors.

Office 365 Connectors are a great way to get useful information and content into your Office 365 Group.

Office 365 Connectors also provide an extensibility solution for developers to publish content through your own connector using incoming webhooks to generate rich connector cards. Additionally, with the "Connect to Office 365" button, developers can embed the button on their site and enable users to connect to Office 365 groups quickly and easily.

Office 365 Connectors are released as a Developer Preview at this time.

Office 365 Connectors provides the following features for extensibility:

Getting Started

Want to explore and play with Office 365 Connectors? Visit Office 365 Connectors for Groups at the Outlook Dev Center to learn more about the Office 365 Connectors user experience and the available connectors built in-house.

148 questions
19
votes
3 answers

Cannot find Incoming Webhook connector in Microsoft Teams

I had configured an Incoming Webhook on one of our Microsoft Teams channels, but noticed it stopped working recently, and also I am no longer able to find the Incoming Webhook in the list of connectors: What command would I need to have our…
JoeGaggler
  • 1,207
  • 1
  • 13
  • 28
10
votes
2 answers

Difference between Office 365 REST Api and Microsoft Graph

I would like to know difference between Office 365 REST API and Microsoft Graph, since we could find similar functionality for both of these. https://msdn.microsoft.com/en-us/office/office365/howto/rest-api-overview Following is the text from above…
9
votes
1 answer

Http POST from card in Microsoft Teams

We are trying to create an approval workflow using Teams, Flow, and Assembla and are running into a bit of trouble. We have a few of the pieces successfully setup however we are unable to initiate a POST action from a card in Teams. In teams we…
Joshua Hysong
  • 1,062
  • 1
  • 18
  • 31
7
votes
1 answer

Is there a way to get the user made an action?

I'm trying to solve the task with passing the actor to the HttpPOST action from the card in Teams. So once user clicked on action I can use Inputs for getting user input and add it to the POST action this way: { "@type": "ActionCard", "name":…
SerjG
  • 3,325
  • 3
  • 30
  • 30
5
votes
1 answer

Microsoft flow cant't connect to Office 365

I am trying to link flow with office 365 outlook, every time I try and authorise the connection I get; OAuth2Certificate authorization flow failed for service 'Office 365 (Discovery, Certificate)'. O365 discovery endpoint returned status code 401…
5
votes
0 answers

Get user profile (V2) in Microsoft Flow - How to use select query

In Microsoft Flow, I'm trying to retrieve a custom field in a user profile. I'm using the "Get user profile (V2)" operation and I want to specify the custom field in the Query field. No matter how I construct the Query the operation returns this…
4
votes
0 answers

MS-Teams Upload Images and show Previews in Teams Channel

I've been trying to post messages with pictures in Team Channels for some time now. In short: Is it possible that the same preview for pictures is shown as in a normal member post? The picture should be displayed as large as possible and when…
3
votes
1 answer

How can I add the Remarks, Committers and Developers in Jenkins pipeline webhook for office365Connector

I have set up the office365Connector in a pipeline like so.. How to add the auto Remarks like Started by an SCM change or Started by User SoAndSo.. and how to add the Committers and Developers.. post{ success{ office365ConnectorSend( …
Jones Jones
  • 51
  • 1
  • 5
3
votes
1 answer

Using macros in Jenkins office-365-connector-plugin

I'm trying to use Jenkins DSL with office-365-connector-plugin and restrict the notifications to master branch only. From looking at the UI config in Jenkins it seems like this is acheivable using Macros: However I have no idea what to put there,…
3
votes
1 answer

New Connector works for Outlook but not Microsoft Teams

I'm trying to build an Office 365 Connector exclusively for use on Microsoft Teams based on this documentation. It seems to work for Outlook groups, but not for Teams. I've successfully created a Connector on the Connectors Developer Dashboard and…
3
votes
2 answers

Service ADSync was not found on computer

Hello, for some time we have a problem while trying to run ADConnect on our Server 2012 R2. On title screen there is an error saying that "Service ADSync was not found on this computer." It is true. In Services there really is no service with this…
3
votes
1 answer

Referencing users when posting content to Office 365 Connector Cards

How do I reference another user when posting to a Microsoft Teams channel using a webhook. I can use the text property within the json to specify basic content body but how would I add for example "Need to ask @Jim about this project" and have Jim…
2
votes
0 answers

Do we have any Spark connector to read the file(s) from OneDrive?

Do we have any Spark connector to read the file(s) from OneDrive? Requirement is to read the file which is in Onedrive to a spark context and apply some transformations to it.
2
votes
0 answers

Unexpected error while saving Microsoft Teams connector

I've developed an app and connector for Microsoft teams, whenever I try to setup a connector for a specific channel and save the connector when the setup is finished there is an unexpected error message If I then look in the developer tools I see…
2
votes
1 answer

Word JavaScript preview API

Is it possible to use the preview API in a offline environment? I means, something like to reference locally the library. Thank you for your time. Best regards
1
2 3
9 10