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/communication-services/quickstarts/advanced-messaging/whatsapp/connect-whatsapp-business-account.md
Get started with the Azure Communication Services Advanced Messaging, which extends messaging to users on WhatsApp. This feature allows your organization to send and receive messages with WhatsApp users using a WhatsApp Business Account. The Advanced Communication Messages SDK extends your communications to interact with the large global WhatsApp community for common scenarios:
16
+
Get started with the Azure Communication Services Advanced Messaging, which extends messaging to users on WhatsApp. This feature enables your organization to send and receive messages with WhatsApp users using a WhatsApp Business Account. The Advanced Communication Messages SDK extends your communications to interact with the large global WhatsApp community for common scenarios:
17
17
18
18
- Receive inquiries from your customers for product feedback or support, price quotes, and reschedule appointments.
19
19
- Send your customer's notifications like appointment reminders, product discounts, transaction receipts, and one-time passcodes.
@@ -25,7 +25,7 @@ This document provides information about registering a WhatsApp Business Account
25
25
26
26
## Prerequisites
27
27
28
-
-[Create Azure Communication Resource](../../create-communication-resource.md)
28
+
-[Azure Communication Services resource](../../create-communication-resource.md)
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/advanced-messaging/whatsapp/handle-advanced-messaging-events.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The Event Grid Viewer is a sample site that allows you to view incoming events f
33
33
34
34
:::image type="content" source="./media/handle-advanced-messaging-events/event-grid-viewer.png" lightbox="./media/handle-advanced-messaging-events/event-grid-viewer.png" alt-text="Screenshot that shows the Event Grid Viewer Sample Page with Deploy To Azure option.":::
35
35
36
-
2. After clicking the "Deploy to Azure" button, fill in the required fields (since the site name needs to be globally unique as it creates a DNS entry, it's recommended to include your alias in the name for this step). While this quickstart doesn't require any special setup for this step, here are suggestions for filling out the deployment details:
36
+
2. After clicking the **Deploy to Azure**, fill in the required fields. Because the site name creates a DNS entry, it needs to be globally unique. We recommended that you include your alias in the name for this step. While this quickstart doesn't require any special setup for this step, here are suggestions for filling out the deployment details:
37
37
-`Subscription` - Select the subscription that contains your Azure Communication Services resource. This specific subscription isn't required, but it will make it easier to clean up after you're done with the quickstart.
38
38
-`Resource Group` - Select the resource group that contains your Azure Communication Services resource. This specific resource group isn't required, but it will make it easier to clean up after you're done with the quickstart.
39
39
-`Region` - Select the resource group that contains your Azure Communication Services resource. This specific region isn't required, but is recommended.
@@ -53,7 +53,7 @@ The Event Grid Viewer is a sample site that allows you to view incoming events f
53
53
54
54
:::image type="content" source="./media/handle-advanced-messaging-events/default-domain.png" lightbox="./media/handle-advanced-messaging-events/default-domain.png" alt-text="Screenshot that shows URL of Events Viewer web app.":::
55
55
56
-
6. The URL for the Event Grid Viewer is the Site Name you used to create the deployment with the path "/api/update" appended.
56
+
6. The URL for the Event Grid Viewer is the Site Name you used to create the deployment with the path `/api/update` appended.
57
57
For example: "https://{{site-name}}.azurewebsites.net/api/updates". You'll need it in the next step and during the creation of the demo app.
58
58
59
59
## Subscribe to Advanced Messaging events
@@ -72,13 +72,13 @@ The Event Grid Viewer is a sample site that allows you to view incoming events f
- For endpoint type, select **"Webhook"** and enter the URL for the Event Grid Viewer we created in the "Setup Event Grid Viewer" step with the path "/api/updates" appended. For example: https://{{site-name}}.azurewebsites.net/api/updates.
75
+
- For endpoint type, select **"Webhook"** and enter the URL for the Event Grid Viewer we created in the **Setup Event Grid Viewer** step with the path `/api/updates` appended. For example: `https://{{site-name}}.azurewebsites.net/api/updates`.
76
76
77
77
:::image type="content" source="./media/handle-advanced-messaging-events/event-webhook-details.png" lightbox="./media/handle-advanced-messaging-events/event-webhook-details.png" alt-text="Screenshot that shows how to update webhook url of event subscription to receive events.":::
78
78
79
79
- Select **Create**.
80
80
81
-
3.Now if you navigate back to the "Events" option in left panel of your Azure Communication Services resource, you should be able to see the new event subscription with the Advanced Messaging events.
81
+
3.Navigate back to the **Events** option in left panel of your Azure Communication Services resource. Notice the new event subscription with Advanced Messaging events.
82
82
83
83
:::image type="content" source="./media/handle-advanced-messaging-events/verify-events.png" lightbox="./media/handle-advanced-messaging-events/verify-events.png" alt-text="Screenshot that shows two Advanced messaging events subscribed.":::
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/get-started/messages-get-started-net.md
0 commit comments