You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-http-endpoint.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.reviewer: estfan, azla
6
6
ms.topic: how-to
7
7
ms.custom: engagement-fy23
8
-
ms.date: 01/09/2024
8
+
ms.date: 02/13/2024
9
9
---
10
10
11
11
# Create workflows that you can call, trigger, or nest using HTTPS endpoints in Azure Logic Apps
@@ -26,6 +26,8 @@ This guide shows how to create a callable endpoint for your workflow by adding t
26
26
27
27
* A logic app workflow where you want to use the request-based trigger to create the callable endpoint. You can start with either a blank workflow or an existing workflow where you can replace the current trigger. This example starts with a blank workflow.
28
28
29
+
* To test the URL for the callable endpoint that you create, you'll need a tool or app such as [Postman](https://www.postman.com/downloads/).
30
+
29
31
## Create a callable endpoint
30
32
31
33
Based on whether you have a Standard or Consumption logic app workflow, follow the corresponding steps:
@@ -92,18 +94,14 @@ Based on whether you have a Standard or Consumption logic app workflow, follow t
92
94
93
95
1. Save your workflow.
94
96
95
-
The **HTTP POST URL** box now shows the generated callback URL that other services can use to call and trigger your logic app. This URL includes query parameters that specify a Shared Access Signature (SAS) key, which is used for authentication.
97
+
The **HTTP POST URL** box now shows the generated callback URL that other services can use to call and trigger your logic app workflow. This URL includes query parameters that specify a Shared Access Signature (SAS) key, which is used for authentication.
96
98
97
99

98
100
99
101
1. To copy the callback URL, you have these options:
100
102
101
103
* To the right of the **HTTP POST URL** box, select **Copy URL** (copy files icon).
102
104
103
-
* Make this call by using the method that the Request trigger expects. This example uses the `POST` method:
* Copy the callback URL from your workflow's **Overview** page.
108
106
109
107
1. On your workflow menu, select **Overview**.
@@ -112,6 +110,12 @@ Based on whether you have a Standard or Consumption logic app workflow, follow t
112
110
113
111
:::image type="content" source="./media/logic-apps-http-endpoint/find-trigger-url-standard.png" alt-text="Screenshot shows Standard workflow and Overview page with workflow URL." lightbox="./media/logic-apps-http-endpoint/find-trigger-url-standard.png":::
114
112
113
+
1. To test the callback URL that you now have for the Request trigger, use a tool or app such as [Postman](https://www.postman.com/downloads/), and send the request using the method that the Request trigger expects.
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource and blank workflow in the designer.
@@ -174,18 +178,14 @@ Based on whether you have a Standard or Consumption logic app workflow, follow t
174
178
175
179
1. Save your workflow.
176
180
177
-
The **HTTP POST URL** box now shows the generated callback URL that other services can use to call and trigger your logic app. This URL includes query parameters that specify a Shared Access Signature (SAS) key, which is used for authentication.
181
+
The **HTTP POST URL** box now shows the generated callback URL that other services can use to call and trigger your logic app workflow. This URL includes query parameters that specify a Shared Access Signature (SAS) key, which is used for authentication.
178
182
179
183

180
184
181
185
1. To copy the callback URL, you have these options:
182
186
183
187
* To the right of the **HTTP POST URL** box, select **Copy Url** (copy files icon).
184
188
185
-
* Make this call by using the method that the Request trigger expects. This example uses the `POST` method:
1. To test the callback URL that you now have for the Request trigger, use a tool or app such as [Postman](https://www.postman.com/downloads/), and send the request using the method that the Request trigger expects.
0 commit comments