Skip to content

Commit 0eaf7b4

Browse files
committed
messages
interim commit
1 parent f1c636d commit 0eaf7b4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/templates/messages-quickstart-template-messages-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For more information about WhatsApp requirements for templates, see the WhatsApp
5555
- [Create and Manage Templates](https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/).
5656
- [View Template Components](https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/components).
5757
- [Send Template Messages](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-message-templates).
58-
- Businesses must also adhere to [opt-in requirements](https://developers.facebook.com/docs/whatsapp/overview/getting-opt-in) before sending messages to WhatsApp users.
58+
- [Adhere to opt-in requirements](https://developers.facebook.com/docs/whatsapp/overview/getting-opt-in) before sending messages to WhatsApp users.
5959

6060
[!INCLUDE [Common setting for using Advanced Messages SDK](../common-setting-java.md)]
6161

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/templates/messages-quickstart-template-messages-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following classes and interfaces handle some of the major features of the Az
3131
| `TemplateNotificationContent` | Defines the "who" and the "what" of the template message you intend to send. |
3232

3333
> [!NOTE]
34-
> For more information, see the Azure SDK for JavaScript reference [@azure-rest/communication-messages package](/javascript/api/@azure-rest/communication-messages)
34+
> For more information, see the Azure SDK for JavaScript reference [@Azure-rest/communication-messages package](/javascript/api/@azure-rest/communication-messages)
3535
3636
### Supported WhatsApp template types
3737

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/templates/template-messages-quick-reference-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Follow these steps to add required code snippets to the Main function of your `P
7878

7979
### List WhatsApp templates
8080

81-
List of templates can be viewed in Azure portal or In WhatsApp Manager or Using SDK. All options are listed below in detail.
81+
List of templates can be viewed in Azure portal or In WhatsApp Manager or Using SDK. All options are listed as follows:
8282

8383
You can view your templates in the Azure portal by going to your Azure Communication Service resource > **Advanced Messaging** > **Templates**.
8484

@@ -573,7 +573,7 @@ Response<SendMessageResult> sendTemplateMessageResult4 =
573573
```
574574

575575
### Send Authentication Template message
576-
This sample template sends authentication template message with one-time password buttons. More details can be find [here](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-message-templates/auth-otp-template-messages)
576+
This sample template sends authentication template message with one-time password buttons. For more information, see the Facebook Auth Template API article [Sending Authentication Templates](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-message-templates/auth-otp-template-messages).
577577

578578
#### Example
579579

articles/communication-services/quickstarts/advanced-messaging/whatsapp/send-template-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Send WhatsApp template messages using Advanced Messages
3-
titleSuffix: An Azure Communication Services Advanced Messaging concept
3+
titleSuffix: An Azure Communication Services Advanced Messaging article
44
description: This article describes how to send WhatsApp template messages with Advanced Messaging.
55
author: Shamkh
66
manager: camilo.ramirez

0 commit comments

Comments
 (0)