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-swagger.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ This built-in trigger sends an HTTP request to a URL for a Swagger file that des
66
66
67
67
1. To add other available parameters, open the **Add new parameter** list, and select the parameters that you want.
68
68
69
-
For more information about authentication types available for HTTP + Swagger, see [Authenticate HTTP triggers and actions](../logic-apps/logic-apps-workflow-actions-triggers.md#connector-authentication).
69
+
For more information about authentication types available for HTTP + Swagger, see [Add authentication to outbound calls](../logic-apps/logic-apps-securing-a-logic-app.md#add-authentication-outbound).
70
70
71
71
1. Continue building your logic app's workflow with actions that run when the trigger fires.
72
72
@@ -106,7 +106,7 @@ This built-in action makes an HTTP request to the URL for the Swagger file that
106
106
107
107
1. To add other available parameters, open the **Add new parameter** list, and select the parameters that you want.
108
108
109
-
For more information about authentication types available for HTTP + Swagger, see [Authenticate HTTP triggers and actions](../logic-apps/logic-apps-workflow-actions-triggers.md#connector-authentication).
109
+
For more information about authentication types available for HTTP + Swagger, see [Add authentication to outbound calls](../logic-apps/logic-apps-securing-a-logic-app.md#add-authentication-outbound).
110
110
111
111
1. When you're finished, remember to save your logic app. On the designer toolbar, select **Save**.
Copy file name to clipboardExpand all lines: articles/connectors/connectors-native-http.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Based the target endpoint's capability, the HTTP connector supports Transport La
30
30
31
31
* The URL for the target endpoint that you want to call
32
32
33
-
* Basic knowledge about [how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md). If you're new to logic apps, review [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md)
33
+
* Basic knowledge about [how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md). If you're new to logic apps, review [What is Azure Logic Apps](../logic-apps/logic-apps-overview.md)?
34
34
35
35
* The logic app from where you want to call the target endpoint. To start with the HTTP trigger, [create a blank logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md). To use the HTTP action, start your logic app with any trigger that you want. This example uses the HTTP trigger as the first step.
36
36
@@ -40,23 +40,23 @@ This built-in trigger makes an HTTP call to the specified URL for an endpoint an
40
40
41
41
1. Sign in to the [Azure portal](https://portal.azure.com). Open your blank logic app in Logic App Designer.
42
42
43
-
1.On the designer, in the search box, enter "http" as your filter. From the **Triggers** list, select the **HTTP** trigger.
43
+
1.Under **Choose an action**, in the search box, enter "http" as your filter. From the **Triggers** list, select the **HTTP** trigger.
This example renames the trigger to "HTTP trigger" so that the step has a more descriptive name. Also, the example later adds an HTTP action, and both names must be unique.
48
48
49
49
1. Provide the values for the [HTTP trigger parameters](../logic-apps/logic-apps-workflow-actions-triggers.md##http-trigger) that you want to include in the call to the target endpoint. Set up the recurrence for how often you want the trigger to check the target endpoint.
If you select an authentication type other than **None**, the authentication settings differ based on your selection. For more information, see [Add authentication to outbound calls](../logic-apps/logic-apps-securing-a-logic-app.md#add-authentication-outbound).
52
52
53
-
For more information about authentication types available for HTTP, see [Authenticate HTTP triggers and actions](../logic-apps/logic-apps-workflow-actions-triggers.md#connector-authentication).
1. To add other available parameters, open the **Add new parameter** list, and select the parameters that you want.
56
56
57
57
1. Continue building your logic app's workflow with actions that run when the trigger fires.
58
58
59
-
1. When you're finished, done, remember to save your logic app. On the designer toolbar, select **Save**.
59
+
1. When you're done, remember to save your logic app. On the designer toolbar, select **Save**.
60
60
61
61
## Add an HTTP action
62
62
@@ -70,21 +70,21 @@ This built-in action makes an HTTP call to the specified URL for an endpoint and
70
70
71
71
To add an action between steps, move your pointer over the arrow between steps. Select the plus sign (**+**) that appears, and then select **Add an action**.
72
72
73
-
1.On the designer, in the search box, enter "http" as your filter. From the **Actions** list, select the **HTTP** action.
73
+
1.Under **Choose an action**, in the search box, enter "http" as your filter. From the **Actions** list, select the **HTTP** action.
This example renames the action to "HTTP action" so that the step has a more descriptive name.
78
78
79
79
1. Provide the values for the [HTTP action parameters](../logic-apps/logic-apps-workflow-actions-triggers.md##http-action) that you want to include in the call to the target endpoint.
If you select an authentication type other than **None**, the authentication settings differ based on your selection. For more information, see [Add authentication to outbound calls](../logic-apps/logic-apps-securing-a-logic-app.md#add-authentication-outbound).
82
82
83
-
For more information about authentication types available for HTTP, see [Authenticate HTTP triggers and actions](../logic-apps/logic-apps-workflow-actions-triggers.md#connector-authentication).
Copy file name to clipboardExpand all lines: articles/connectors/connectors-native-webhook.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ This built-in trigger registers a callback URL with the specified service and wa
72
72
73
73
1. To add other available parameters, open the **Add new parameter** list, and select the parameters that you want.
74
74
75
-
For more information about authentication types available for HTTP Webhook, see [Authenticate HTTP triggers and actions](../logic-apps/logic-apps-workflow-actions-triggers.md#connector-authentication).
75
+
For more information about authentication types available for HTTP Webhook, see [Add authentication to outbound calls](../logic-apps/logic-apps-securing-a-logic-app.md#add-authentication-outbound).
76
76
77
77
1. Continue building your logic app's workflow with actions that run when the trigger fires.
78
78
@@ -108,7 +108,7 @@ This built-in action registers a callback URL with the specified service, pauses
108
108
109
109
1. To add other available parameters, open the **Add new parameter** list, and select the parameters that you want.
110
110
111
-
For more information about authentication types available for HTTP Webhook, see [Authenticate HTTP triggers and actions](../logic-apps/logic-apps-workflow-actions-triggers.md#connector-authentication).
111
+
For more information about authentication types available for HTTP Webhook, see [Add authentication to outbound calls](../logic-apps/logic-apps-securing-a-logic-app.md#add-authentication-outbound).
112
112
113
113
1. When you're finished, remember to save your logic app. On the designer toolbar, select **Save**.
0 commit comments