-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (59 loc) · 2.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Connector Status</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Connector Status</h1>
<p>
This micro-site hosts an unofficial consolidated list of
<a href="https://docs.microsoft.com/en-us/connectors/connectors"
><b>connectors</b></a
>
and actions for Microsoft Power Automate, Microsoft Power Apps, and Azure
Logic Apps in a computer-friendly format.
</p>
<p>
For full documentation about each Power Platform Connector refer to
Microsoft's official
<a href="https://docs.microsoft.com/en-us/connectors/connector-reference/"
>connector reference</a
>
documentation or
<a href="https://www.connectorreview.com">Connector Review</a> by
<a href="https://www.crmheidi.com/">CRM Heidi</a>.
</p>
<ul>
<li>
<a href="All.json">All.json</a> - a list of all connectors and actions
</li>
<li>
<a href="Deprecated.json">Deprecated.json</a> - a list of all connectors
and actions that have been deprecated
</li>
<li>
<a href="NonDeprecated.json">NonDeprecated.json</a> - a list of all
connectors and actions that have <i>not</i> been deprecated
</li>
<li>
connectors/<i><connectorname></i>.json - a folder containing a
file for each connector, e.g.
<a href="connectors/excelonlinebusiness.json"
>connectors/excelonlinebusiness.json</a
>
</li>
</ul>
<p>
Refer to the accompanying
<a href="https://github.com/filcole/ConnectorHistory">ConnectorHistory</a>
github repo for history of the connectors since 8th August 2021.
</p>
<p>
This is a community project and maintained on a best effort basis.
Always refer to the official documentation if in doubt. All brand names
and copyrights are owned by their respective owners and are used here only
in reference to power platform connectors.
</p>
</body>
</html>