microsoft-flow

Microsoft workdflow custom connector

断了今生、忘了曾经 提交于 2019-12-12 19:07:45
问题 I am trying to develop a simple customer connector for my website on microsoft flow and so far I can't see how to use a web API that is hosted on my website every article tutorial I am coming by require APIs to be hosted on Azure, also an Azure account is a prerequisite .. is it true Only azure APIs to be used for custom connectors ? 回答1: Azure is not a prerequisite for Custom Connector. I agree that most of the tutorials talk about connecting Azure hosted apps. Microsoft flow currently

How do I Create a Custom Connector in Microsoft Flow with the correct request URL?

允我心安 提交于 2019-12-11 17:26:38
问题 I am attempting to create a custom connector for the Clio API (https://app.clio.com/api/v4/documentation). I was able to successfully authenticate and access the API in Postman, testing out quite a few different types of requests with good results. Then I exported the collection to a Postman file and imported it into a new custom connector in my MS Flow account as instructed at https://docs.microsoft.com/en-us/connectors/custom-connectors/define-postman-collection. As part of that process, I

Calling Azure CDN Purge's REST API from Flow returns Unauthorized

只谈情不闲聊 提交于 2019-12-11 14:12:31
问题 I want to purge an Azure CDN endpoint from Microsoft Flow. The CDN Profile's Pricing Ties is Standard Verzion . I have created a Microsoft Flow with an HTTP - HTTP action. I used an URL generated by the tool shown by clicking on Try it on https://docs.microsoft.com/en-us/rest/api/cdn/endpoints/purgecontent and filling the necessary fields. I want to purge all CDN content so I put the following as a body (I hope this is the right way as the official docs were silent about this use case). {

Http POST from card in Microsoft Teams

谁都会走 提交于 2019-12-09 17:14:19
问题 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 can successfully create a card using the incoming webhook connector with this result. This is created with the following JSON body from a POST action in Flow { "@@type": "MessageCard", "@@context": "http://schema.org/extensions", "summary": "This is

Http POST from card in Microsoft Teams

落花浮王杯 提交于 2019-12-04 04:48:13
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 can successfully create a card using the incoming webhook connector with this result. This is created with the following JSON body from a POST action in Flow { "@@type": "MessageCard", "@@context": "http://schema.org/extensions", "summary": "This is the summary property", "themeColor": "f46b42", "sections": [ { "startGroup": true, "title": "**Pending