Skip to content

Commit 9ea153d

Browse files
authored
Add images for event subscription whatsapp-channel-in-copilot-studio.md
1 parent 9c88c9b commit 9ea153d

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

articles/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-channel-in-copilot-studio.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.subservice: advanced-messaging
1414

1515
# Prerequisites to Configure WhatsApp as a Channel in Microsoft Copilot Studio
1616

17-
Azure Communication Services Advanced Messaging SDK enables AI agents in Microsoft Copilot Studio to send and receive WhatsApp messages to users. AI agents are associated to a unique WhatsApp Business account phone number.
17+
Azure Communication Services Advanced Messaging SDK enables AI agents in Microsoft Copilot Studio to send and receive WhatsApp messages to users. AI agents are associated to a unique WhatsApp Business account phone number.
1818

1919
## Overview
2020

@@ -84,22 +84,22 @@ The following steps are only needed if you chose to use a Toll-free number from
8484

8585
:::image type="content" source="./media/event-grid-viewer-deployment.png" lightbox="./media/event-grid-viewer-deployment.png" alt-text="Screenshot that shows deployment complete of the Event Grid Viewer web app.":::
8686

87-
6. Select on your event grid viewer.
87+
5. Select on your event grid viewer.
8888

8989
:::image type="content" source="./media/resource-group.png" lightbox="./media/resource-group.png" alt-text="Screenshot that shows the Event Grid Viewer web app in the resource group.":::
9090

91-
8. On the resource overview page, select on the copy button next to the **Default Domain** property.
91+
6. On the resource overview page, select on the copy button next to the **Default Domain** property.
9292

9393
:::image type="content" source="./media/event-grid-viewer-web-app.png" lightbox="./media/event-grid-viewer-web-app.png" alt-text="Screenshot that shows URL of Event Grid Viewer web app.":::
9494

95-
10. Launch that site in your browser and keep it running so you can receive the verification code when you're [linking your WhatsApp business account to Azure Communication Services resource](#link-whatsapp-business-account-as-a-channel-in-azure-communication-services-resource). The Event Grid Viewer should look like this.
95+
7. Launch that site in your browser and keep it running so you can receive the verification code when you're [linking your WhatsApp business account to Azure Communication Services resource](#link-whatsapp-business-account-as-a-channel-in-azure-communication-services-resource). The Event Grid Viewer should look like this.
9696

97-
:::image type="content" source="./media/event-grid-viewer-site.png" lightbox="./media/event-grid-viewer-sitep.png" alt-text="Screenshot that shows the Event Grid Viewer web app.":::
97+
:::image type="content" source="./media/event-grid-viewer-site.png" lightbox="./media/event-grid-viewer-site.png" alt-text="Screenshot that shows the Event Grid Viewer web app.":::
9898

9999

100100
## Subscribe to SMS received event
101101

102-
To get the verification code when linking your WhatsApp business account to Azure Communication Services resource, follow these instructions to have the [Azure Event Grid subscribe to the SMS Received event](https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/sms/handle-sms-events#subscribe-to-sms-events-by-using-web-hooks).
102+
Getting the verification code is required to link your WhatsApp business account to Azure Communication Services resource. Follow these instructions to have the [Azure Event Grid subscribe to the SMS Received event](https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/sms/handle-sms-events#subscribe-to-sms-events-by-using-web-hooks).
103103

104104
When following those instructions, here are helpful tips:
105105

@@ -108,12 +108,9 @@ When following those instructions, here are helpful tips:
108108
- `System Topic Name`: Enter a unique name, unless this name is already prefilled with a topic from your subscription.
109109
- `Filter to Event Types`: Select **SMS Received**. No need to select SMS Delivery Report Received
110110
- `Endpoint Type`: Select **Web Hook**
111-
- `Endpoint`: Append `/api/updates` to the URL of the Event Grid Viewer (step 5 of [Set up and Deploy Event Grid Viewer](#setup-and-deploy-event-grid-viewer)). It should be something like `https://{{site-name}}.azurewebsites.net/api/updates`
111+
- `Endpoint`: Append `/api/updates` to the URL of the Event Grid Viewer (step 6 of [Set up and Deploy Event Grid Viewer](#setup-and-deploy-event-grid-viewer)). It should be something like `https://{{site-name}}.azurewebsites.net/api/updates`
112112

113-
[image]
114-
4. Once created successfully, you are directed to the **Events** page. Notice the new event subscription with the SMS received event.
115-
116-
[image]
113+
:::image type="content" source="./media/event-subscription-details.png" lightbox="./media/event-subscription-details.png" alt-text="Screenshot that shows the details to create an event subscription for SMS Received event type.":::
117114

118115
## Link WhatsApp business account as a channel in Azure Communication Services Resource
119116

0 commit comments

Comments
 (0)