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/connectors/connectors-native-http.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ ms.date: 05/09/2025
15
15
Some scenarios might require that you create a logic app workflow that sends outbound requests to endpoints on other services or systems over HTTP or HTTPS. For example, suppose that you want to monitor a service endpoint for your website by checking that endpoint on a specific schedule. When a specific event happens at that endpoint, such as your website going down, that event triggers your workflow and runs the actions in that workflow.
16
16
17
17
> [!NOTE]
18
+
>
18
19
> To create a workflow that receives and responds to inbound HTTPS calls instead, see
19
20
> [Create workflows that you can call, trigger, or nest using HTTPS endpoints in Azure Logic Apps](../logic-apps/logic-apps-http-endpoint.md). To use the Request built-in trigger, see [Receive and respond to inbound HTTPS calls to workflows in Azure Logic Apps](../connectors/connectors-native-reqres.md).
20
21
@@ -208,6 +209,7 @@ For example, if you're working in Visual Studio Code, follow these steps:
208
209
```
209
210
210
211
> [!NOTE]
212
+
>
211
213
> To find the thumbprint, follow these steps:
212
214
> - On your logic app resource menu, under **Settings**, select **Certificates**.
213
215
> - Select **Bring your own certificates (.pfx)** or **Public key certificates (.cer)**.
Copy file name to clipboardExpand all lines: articles/connectors/connectors-native-reqres.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
57
57
58
58
The following example shows a sample JSON schema:
59
59
60
-
:::image type="content" source="media/connectors-native-reqres/provide-json-schema-consumption.png" alt-text="Screenshot showing Consumption workflow and Request trigger with example JSON schema.":::
60
+
:::image type="content" source="media/connectors-native-reqres/provide-json-schema-consumption.png" alt-text="Screenshot showing Consumption workflow and Request trigger with example JSON schema." lightbox="media/connectors-native-reqres/provide-json-schema-consumption.png":::
61
61
62
62
The following example shows the complete sample JSON schema:
63
63
@@ -117,11 +117,11 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
117
117
118
118
1. In the Request trigger, select **Use sample payload to generate schema**.
119
119
120
-
:::image type="content" source="media/connectors-native-reqres/generate-from-sample-payload-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and option to use sample payload to generate schema.":::
120
+
:::image type="content" source="media/connectors-native-reqres/generate-from-sample-payload-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and option to use sample payload to generate schema." lightbox="media/connectors-native-reqres/generate-from-sample-payload-consumption.png":::
121
121
122
122
1. Enter the sample payload, and select **Done**.
123
123
124
-
:::image type="content" source="media/connectors-native-reqres/enter-payload-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and sample payload entered to generate schema.":::
124
+
:::image type="content" source="media/connectors-native-reqres/enter-payload-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and sample payload entered to generate schema." lightbox="media/connectors-native-reqres/enter-payload-consumption.png":::
125
125
126
126
The following example shows the sample payload:
127
127
@@ -169,15 +169,15 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
169
169
170
170
1. Select the **Method** dropdown list and choose a method from the list.
171
171
172
-
:::image type="content" source="media/connectors-native-reqres/select-method-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and the Method list opened with a method selected.":::
172
+
:::image type="content" source="media/connectors-native-reqres/select-method-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and the Method list opened with a method selected." lightbox="media/connectors-native-reqres/select-method-standard.png":::
173
173
174
174
1. When you're ready, save your workflow. On the designer toolbar, select **Save**.
175
175
176
176
This step generates the URL that you can use to send a request that triggers the workflow.
177
177
178
178
1. To copy the generated URL, select the copy icon next to the URL.
@@ -201,7 +201,7 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
201
201
202
202
The following example shows a sample JSON schema:
203
203
204
-
:::image type="content" source="media/connectors-native-reqres/provide-json-schema-standard.png" alt-text="Screenshot showing Standard workflow and Request trigger with example JSON schema.":::
204
+
:::image type="content" source="media/connectors-native-reqres/provide-json-schema-standard.png" alt-text="Screenshot showing Standard workflow and Request trigger with example JSON schema." lightbox="media/connectors-native-reqres/provide-json-schema-standard.png":::
205
205
206
206
The following example shows the complete sample JSON schema:
207
207
@@ -261,11 +261,11 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
261
261
262
262
1. In the Request trigger, select **Use sample payload to generate schema**.
263
263
264
-
:::image type="content" source="media/connectors-native-reqres/generate-from-sample-payload-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and option to use sample payload to generate schema.":::
264
+
:::image type="content" source="media/connectors-native-reqres/generate-from-sample-payload-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and option to use sample payload to generate schema." lightbox="media/connectors-native-reqres/generate-from-sample-payload-standard.png":::
265
265
266
266
1. Enter the sample payload, and select **Done**.
267
267
268
-
:::image type="content" source="media/connectors-native-reqres/enter-payload-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and sample payload entered to generate schema.":::
268
+
:::image type="content" source="media/connectors-native-reqres/enter-payload-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and sample payload entered to generate schema." lightbox="media/connectors-native-reqres/enter-payload-standard.png":::
269
269
270
270
The following example shows the sample payload:
271
271
@@ -313,15 +313,15 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
313
313
314
314
1. Select the **Method** dropdown list and choose a method from the list.
315
315
316
-
:::image type="content" source="media/connectors-native-reqres/select-method-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and the Method list opened with a method selected.":::
316
+
:::image type="content" source="media/connectors-native-reqres/select-method-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and the Method list opened with a method selected." lightbox="media/connectors-native-reqres/select-method-standard.png":::
317
317
318
318
1. When you're ready, save your workflow. On the designer toolbar, select **Save**.
319
319
320
320
This step generates the URL that you can use to send a request that triggers the workflow.
321
321
322
322
1. To copy the generated URL, select the copy icon next to the URL.
323
323
324
-
:::image type="content" source="media/connectors-native-reqres/generated-url-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and URL copy button selected.":::
324
+
:::image type="content" source="media/connectors-native-reqres/generated-url-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and URL copy button selected." lightbox="media/connectors-native-reqres/generated-url-standard.png":::
325
325
326
326
> [!NOTE]
327
327
>
@@ -416,11 +416,11 @@ When you use the Request trigger to receive inbound requests, you can model the
416
416
417
417
For example, in the **Headers** field, include `Content-Type` as the key name, and set the key value to `application/json` as mentioned earlier in this article. For the **Body** box, you can select the trigger body output from the dynamic content list.
To view the headers in JSON format, select **Switch to text view**.
422
422
423
-
:::image type="content" source="media/connectors-native-reqres/switch-to-text-view-consumption.png" alt-text="Screenshot showing Azure portal, Consumption workflow, and Response action headers in Switch to text view.":::
423
+
:::image type="content" source="media/connectors-native-reqres/switch-to-text-view-consumption.png" alt-text="Screenshot showing Azure portal, Consumption workflow, and Response action headers in Switch to text view." lightbox="media/connectors-native-reqres/switch-to-text-view-consumption.png":::
424
424
425
425
1. To add more properties for the action, such as a JSON schema for the response body, from the **Add new parameter** list, select the parameters that you want to add.
426
426
@@ -444,11 +444,11 @@ When you use the Request trigger to receive inbound requests, you can model the
444
444
445
445
For example, for the **Headers** box, enter `Content-Type` as the key name, and set the key value to `application/json` as mentioned earlier in this article. For the **Body** box, you can select the trigger body output from the dynamic content list.
446
446
447
-
:::image type="content" source="media/connectors-native-reqres/response-details-standard.png" alt-text="Screenshot showing Azure portal, Standard workflow, and Response action information.":::
447
+
:::image type="content" source="media/connectors-native-reqres/response-details-standard.png" alt-text="Screenshot showing Azure portal, Standard workflow, and Response action information." lightbox="media/connectors-native-reqres/response-details-standard.png":::
448
448
449
449
To view the headers in JSON format, select **Switch to text view**.
450
450
451
-
:::image type="content" source="media/connectors-native-reqres/switch-to-text-view-standard.png" alt-text="Screenshot showing Azure portal, Standard workflow, and Response action headers in Switch to text view.":::
451
+
:::image type="content" source="media/connectors-native-reqres/switch-to-text-view-standard.png" alt-text="Screenshot showing Azure portal, Standard workflow, and Response action headers in Switch to text view." lightbox="media/connectors-native-reqres/switch-to-text-view-standard.png":::
452
452
453
453
1. To add more properties for the action, such as a JSON schema for the response body, open the **Add new parameter** list, and select the parameters that you want to add.
0 commit comments