Skip to content

Commit a987a4b

Browse files
Update articles/communication-services/concepts/advanced-messaging/whatsapp/template-messages.md
Co-authored-by: Shilpa Sharma <[email protected]>
1 parent cb94d43 commit a987a4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ The `content` field of the template details can include parameter bindings. The
5050
- A `format` field with a value such as `IMAGE`.
5151
- 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.
5252
- Double brackets surrounding a name, such as `{{movie_name}}`. The named parameters allow developers to reference parameters by name instead of position.
53-
> ⚠️ **Important:** When using named parameters, you must ensure that the name you use when sending the message **exactly matches** the name defined in the template you created in the Meta WhatsApp Manager.
53+
> [!IMPORTANT]
54+
> When using named parameters, you must ensure that the name you use when sending the message **exactly matches** the name defined in the template you created in the Meta WhatsApp Manager.
5455
5556

5657
:::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.":::

0 commit comments

Comments
 (0)