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/concepts/advanced-messaging/whatsapp/template-messages.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,22 +30,24 @@ For further WhatsApp requirements on templates, refer to the WhatsApp Business P
30
30
31
31
## Choosing a template
32
32
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.
34
34
35
35
### Create template
36
36
37
-
To create your own templates, use the Meta WhatsApp Manager.
37
+
To create your own templates, use the Meta WhatsApp Manager.
38
+
38
39
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).
39
40
40
41
### List templates
41
42
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**.
43
44
44
45
:::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.":::
45
46
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`.
49
51
- 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.
50
52
51
53
:::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
58
60
59
61
## Quick reference
60
62
61
-
Here is the sample template named`sample_template` takes no parameters.
63
+
The`sample_template` takes no parameters.
62
64
63
65
:::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.":::
0 commit comments