Skip to content

Commit 2a8ed89

Browse files
committed
Added images, filled in missing steps
1 parent 88c3b6e commit 2a8ed89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
22 KB
Loading

articles/event-grid/publish-iot-hub-events-to-logic-apps.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Actions are any steps that occur after the trigger starts the logic app workflow
126126

127127
1. Search for **Outlook**.
128128

129-
1. Based on your email provider, find and select the matching connector. This tutorial uses **Outlook.com**. The steps for other email providers are similar.
129+
1. Based on your email provider, find and select the matching connector. This tutorial uses **Outlook.com**. The steps for other email providers are similar. Alternatively, use Office 365 Outlook to skip the sign in step.
130130

131131
![Select email provider connector](./media/publish-iot-hub-events-to-logic-apps/outlook-step.png)
132132

@@ -140,6 +140,10 @@ Actions are any steps that occur after the trigger starts the logic app workflow
140140

141141
* **Subject**: Fill in the text for the subject. When you click on the Subject text box, you can select dynamic content to include. For example, this tutorial uses `IoT Hub alert: {eventType}`. If you can't see Dynamic content, select the **Add dynamic content** hyperlink -- this toggles it on and off.
142142

143+
After selecting `eventType`, you'll see the email form output so far. Select the **Send and email (V2)** to edit the body of your email.
144+
145+
:::image type="content" source="./media/publish-iot-hub-events-to-logic-apps/send-an-email.png" alt-text="Screenshot of the condensed body output form." lightbox="./media/publish-iot-hub-events-to-logic-apps/send-an-email.png":::
146+
143147
* **Body**: Write the text for your email. Select JSON properties from the selector tool to include dynamic content based on event data. If you can't see the Dynamic content, select the **Add dynamic content** hyperlink under the **Body** text box. If it doesn't show you the fields you want, click *more* in the Dynamic content screen to include the fields from the previous action.
144148

145149
Your email template may look like this example:

0 commit comments

Comments
 (0)