Skip to content

Commit 02adcf1

Browse files
committed
Resolve validation warnings
Fixed duplicate title from concepts article template-messaged.
1 parent 5dd89c1 commit 02adcf1

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,24 @@ For further WhatsApp requirements on templates, refer to the WhatsApp Business P
3030

3131
## Choosing a template
3232

33-
When a WhatsApp Business Account is [created through the Azure portal during embedded signup](../../../quickstarts/advanced-messaging/whatsapp/connect-whatsapp-business-account.md#whatsapp-business-account-sign-up), a set of sample templates may be automatically available for you to try out.
33+
When you create a WhatsApp Business Account [through the Azure portal during embedded signup](../../../quickstarts/advanced-messaging/whatsapp/connect-whatsapp-business-account.md#whatsapp-business-account-sign-up), a set of sample templates are available to you.
3434

3535
### Create template
3636

37-
To create your own templates, use the Meta WhatsApp Manager.
37+
To create your own templates, use the Meta WhatsApp Manager.
38+
3839
Follow the instructions in the Meta Business Help Center at [Create message templates for your WhatsApp Business account](https://www.facebook.com/business/help/2055875911147364?id=2129163877102343).
3940

4041
### List templates
4142

42-
You can view your templates in the Azure portal by going to your Azure Communication Service resource > Templates.
43+
You can view your templates in the Azure portal by going to your Azure Communication Service resource > **Templates**.
4344

4445
:::image type="content" source="../../../quickstarts/advanced-messaging/whatsapp/media/template-messages/list-templates-azure-portal.png" lightbox="../../../quickstarts/advanced-messaging/whatsapp/media/template-messages/list-templates-azure-portal.png" alt-text="Screenshot that shows an Azure Communication Services resource in the Azure portal, viewing the 'Templates' tab.":::
4546

46-
By selecting a template, you can view the template details.
47-
The `content` field of the template details may include parameter bindings. The parameter bindings can be denoted as:
48-
- A "format" field with a value such as `IMAGE`.
47+
Select a template to view the details.
48+
49+
The `content` field of the template details can include parameter bindings. The parameter bindings can be denoted as:
50+
- A `format` field with a value such as `IMAGE`.
4951
- Double brackets surrounding a number, such as `{{1}}`. The number, indexed started at 1, indicates the order in which the binding values must be supplied to create the message template.
5052

5153
:::image type="content" source="../../../quickstarts/advanced-messaging/whatsapp/media/template-messages/sample-movie-ticket-confirmation-azure-portal.png" lightbox="../../../quickstarts/advanced-messaging/whatsapp/media/template-messages/sample-movie-ticket-confirmation-azure-portal.png" alt-text="Screenshot that shows template details.":::
@@ -58,7 +60,7 @@ To list out your templates programmatically, you can fetch all templates for you
5860

5961
## Quick reference
6062

61-
Here is the sample template named `sample_template` takes no parameters.
63+
The `sample_template` takes no parameters.
6264

6365
:::image type="content" source="../../../quickstarts/advanced-messaging/whatsapp/media/template-messages/sample-template-details-azure-portal.png" lightbox="../../../quickstarts/advanced-messaging/whatsapp/media/template-messages/sample-template-details-azure-portal.png" alt-text="Screenshot that shows template details for template named sample_template.":::
6466

@@ -69,9 +71,9 @@ string templateName = "sample_template";
6971
string templateLanguage = "en_us";
7072

7173
var sampleTemplate = new MessageTemplate(templateName, templateLanguage);
72-
``````
74+
```
7375

74-
For more detailed examples and template supported scenarios by Advanced Messages SDK, please refer quickstart.
76+
For detailed examples and template supported scenarios by Advanced Messages SDK, see:
7577
- [WhatsApp Template Quickstart](../../../quickstarts/advanced-messaging/whatsapp/send-template-messages.md)
7678

7779
## Next steps

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Send WhatsApp template messages
2+
title: Send WhatsApp template messages using Advanced Messages
33
titleSuffix: An Azure Communication Services Advanced Messaging concept
44
description: This article describes how to send WhatsApp template messages with Advanced Messaging.
55
author: Shamkh
@@ -16,7 +16,7 @@ zone_pivot_groups: acs-js-csharp-java-python
1616

1717
# Send WhatsApp template messages using Advanced Messages
1818

19-
This article describes how to send WhatsApp template messages using Advanced Communication Messages SDK.
19+
This article describes how to send WhatsApp template messages using Advanced Communication Messages SDK.
2020

2121
## Prerequisites
2222

0 commit comments

Comments
 (0)