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
To automate tasks for your Office 365 Outlook account in workflows by using Azure Logic Apps, you can add operations from the [Office 365 Outlook connector](/connectors/office365connector/) to your workflow. For example, your workflow can perform the following tasks:
15
+
This guide shows how to add an Office 365 Outlook trigger or action to your workflow in Azure Logic Apps. You can automate tasks for your Office 365 Outlook account by adding operations from the [Office 365 Outlook connector](/connectors/office365connector/).
16
+
17
+
For example, your workflow can perform the following tasks:
16
18
17
19
* Get, send, and reply to email.
18
20
* Schedule meetings on your calendar.
19
21
* Add and edit contacts.
20
22
21
-
This guide shows how to add an Office 365 Outlook trigger or action to your workflow in Azure Logic Apps.
22
-
23
23
> [!NOTE]
24
24
>
25
25
> The Office 365 Outlook connector works only with a [work or school account](https://support.microsoft.com/office/what-account-to-use-with-office-and-you-need-one-914e6610-2763-47ac-ab36-602a81068235#bkmk_msavsworkschool), for example, *@fabrikam.onmicrosoft.com*.
@@ -28,7 +28,7 @@ This guide shows how to add an Office 365 Outlook trigger or action to your work
28
28
29
29
## Connector technical reference
30
30
31
-
For information about this connector's operations and any limits, based on the connector's Swagger file, see the [connector's reference page](/connectors/office365/).
31
+
For information about this connector's operations and any limits, see the [connector's reference page](/connectors/office365/).
32
32
33
33
## Prerequisites
34
34
@@ -52,7 +52,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
52
52
53
53
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app. Under **Development Tools** in the sidebar menu, select **Logic app designer** to open a blank workflow.
54
54
55
-
1. Follow these [general steps to add the Office 365 Outlook trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger) that you want to your workflow.
55
+
1. Follow these [general steps to add a trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger) to your workflow.
56
56
57
57
This example continues with the trigger named **When an upcoming event is starting soon**. This *polling* trigger regularly checks for any updated calendar event in your email account, based on the specified schedule.
58
58
@@ -83,7 +83,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
83
83
84
84
1. Select **+ Add** to create a new workflow. Enter a name for your workflow and choose the state type.
85
85
86
-
1. Follow these [general steps to add the Office 365 Outlook trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) that you want to your workflow.
86
+
1. Follow these [general steps to add a trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
87
87
88
88
This example continues with the trigger named **When an upcoming event is starting soon**. This *polling* trigger regularly checks for any updated calendar event in your email account, based on the specified schedule.
89
89
@@ -122,7 +122,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
122
122
123
123
This example continues with the Office 365 Outlook trigger named **When a new email arrives**.
124
124
125
-
1. Follow these [general steps to add the Office 365 Outlook action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) that you want to your workflow.
125
+
1. Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to your workflow.
126
126
127
127
This example continues with the Office 365 Outlook action named **Create contact**. Select the version under **Office 365 Outlook** in the search results.
128
128
@@ -157,7 +157,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
157
157
158
158
This example continues with the Office 365 Outlook trigger named **When a new email arrives**.
159
159
160
-
1. Follow these [general steps to add the Office 365 Outlook action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) that you want to your workflow.
160
+
1. Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
161
161
162
162
This example continues with the Office 365 Outlook action named **Create contact**. This operation creates a new contact in Office 365 Outlook. You can use the output from a previous operation in the workflow to create the contact.
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-sqlazure.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
@@ -182,7 +182,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
182
182
183
183
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app and workflow in the designer.
184
184
185
-
1.In the designer, [follow these general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to add the [SQL Server managed action you want](/connectors/sql/#actions).
185
+
1.Follow these [general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to add the [SQL Server managed action you want](/connectors/sql/#actions).
186
186
187
187
This example continues with the action named **Get row**, which gets a single record.
188
188
@@ -202,7 +202,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
202
202
203
203
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app and workflow in the designer.
204
204
205
-
1.In the designer, [follow these general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to find and add the SQL Server [built-in action](/azure/logic-apps/connectors/built-in/reference/sql/#actions) or [managed action](/connectors/sql/#actions) you want.
205
+
1.Follow these [general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to find and add the SQL Server [built-in action](/azure/logic-apps/connectors/built-in/reference/sql/#actions) or [managed action](/connectors/sql/#actions) you want.
206
206
207
207
For example, you might select the built-in action named **Execute query** or the managed action named **Get row**, which gets a single record. This example continues with the managed action named **Get row**.
Copy file name to clipboardExpand all lines: articles/connectors/file-system.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
@@ -86,7 +86,7 @@ The File System connector has different versions, based on [logic app type and h
86
86
87
87
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app. Under **Development Tools** in the sidebar menu, select **Logic app designer** to open a blank workflow.
88
88
89
-
1. Follow these [general steps to add the **File System**trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger) that you want to your workflow.
89
+
1. Follow these [general steps to add a trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger) to your workflow.
90
90
91
91
For more information, see [File System triggers](/connectors/filesystem/#triggers). This example continues with the trigger named **When a file is created**.
92
92
@@ -142,7 +142,7 @@ The following steps apply only to Standard logic app workflows in an App Service
142
142
143
143
1. Select **+ Add** to create a new workflow. Enter a name for your workflow and choose the state type.
144
144
145
-
1. Follow these [general steps to add the **File System**built-in trigger that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
145
+
1. Follow these [general steps to add a built-in trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
146
146
147
147
For more information, see [File System triggers](/azure/logic-apps/connectors/built-in/reference/filesystem/#triggers). This example continues with the trigger named **When a file is added**.
148
148
@@ -191,7 +191,7 @@ If successful, your workflow sends an email about the new file.
191
191
192
192
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app. Under **Get started**, select **Create a workflow in designer**.
193
193
194
-
1. Follow these [general steps to add the **File System**managed trigger that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
194
+
1. Follow these [general steps to add a managed trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
195
195
196
196
For more information, see [File System triggers](/connectors/filesystem/#triggers). This example continues with the trigger named **When a file is created**.
197
197
@@ -250,7 +250,7 @@ The example logic app workflow starts with the [Dropbox trigger](/connectors/dro
250
250
251
251
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow in the designer.
252
252
253
-
1. Follow these [general steps to add the **File System**action that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to your workflow.
253
+
1. Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to your workflow.
254
254
255
255
For more information, see [File System triggers](/connectors/filesystem/#actions). This example continues with the action named **Create file**.
256
256
@@ -287,7 +287,7 @@ These steps apply only to Standard logic apps in an App Service Environment v3 w
287
287
288
288
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow in the designer.
289
289
290
-
1.In the designer, [follow these general steps to add the **File System**action that you want to your workflow](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action).
290
+
1.Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
291
291
292
292
For more information, see [File System actions](/azure/logic-apps/connectors/built-in/reference/filesystem/#actions). This example continues with the action named **Create file**.
293
293
@@ -323,7 +323,7 @@ If successful, your workflow creates a file on your file system server, based on
323
323
324
324
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow in the designer.
325
325
326
-
1. Follow these [general steps to add the **File System**action that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
326
+
1. Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
327
327
328
328
For more information, see [File System actions](/connectors/filesystem/#actions). This example continues with the action named **Create file**.
0 commit comments