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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ For example, add the **Request** trigger to your logic app.
61
61
}
62
62
```
63
63
64
-

64
+

65
65
66
66
> [!TIP]
67
67
>
@@ -95,7 +95,7 @@ For example, add the **Request** trigger to your logic app.
95
95
96
96
This URL contains a Shared Access Signature (SAS) key in the query parameters that are used for authentication. You can also get the HTTP endpoint URL from your logic app overview in the Azure portal. Under **Trigger History**, select your trigger:
97
97
98
-

98
+

99
99
100
100
Or you can get the URL by making this call:
101
101
@@ -117,7 +117,7 @@ By default, the **Request** trigger expects an HTTP POST request, but you can us
117
117
> [!NOTE]
118
118
> You can select any other HTTP method, or specify a custom method for your own logic app.
119
119
120
-

120
+

121
121
122
122
## Accept parameters through your HTTP endpoint URL
123
123
@@ -137,7 +137,7 @@ so that you can test your HTTP endpoint's URL.
137
137
3. Under **Relative path**, specify the relative path for the parameter
138
138
that your URL should accept, for example, `customers/{customerID}`.
139
139
140
-

140
+

141
141
142
142
4. To use the parameter, add a **Response** action to your logic app.
143
143
(Under your trigger, choose **New step** > **Add an action** > **Response**)
@@ -147,7 +147,7 @@ that you specified in your trigger's relative path.
147
147
148
148
For example, to return `Hello {customerID}`, update your response's **Body** with `Hello {customerID token}`. The dynamic content list should appear and show the `customerID` token for you to select.
149
149
150
-

150
+

151
151
152
152
Your **Body** should look like this example:
153
153
@@ -276,7 +276,7 @@ that the response has content type `application/json`.
276
276
and the body contains `title` and `name`, based on
277
277
the JSON schema updated previously for the **Request** trigger.
278
278
279
-

279
+

0 commit comments