Skip to content

Commit 696443c

Browse files
committed
fix screen shot
1 parent e69f05f commit 696443c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For more information about WhatsApp requirements for templates, see the WhatsApp
6666
## Code examples
6767

6868
Follow these steps to add required code snippets to the Main function of your `Program.cs` file.
69-
- [List WhatsApp templates in Azure portal](#list-whatsapp-templates-in-azure-portal).
69+
- [List WhatsApp templates](#list-whatsapp-templates).
7070
- [Send Template message with no parameters](#send-template-message-with-no-parameters).
7171
- [Send Template message with text parameters in the body](#send-template-message-with-text-parameters-in-the-body).
7272
- [Send Template message with media parameter in the header](#send-template-message-with-media-parameter-in-the-header).
@@ -573,13 +573,11 @@ Response<SendMessageResult> sendTemplateMessageResult4 =
573573
```
574574

575575
### Send Authentication Template message
576-
For static links, you don't need to include `MessageTemplateQuickAction` model because the WhatsApp template has a static `CallToAction` link with no input required from the user.
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)
577577

578578
#### Example
579579

580-
`auth_sample_template` template:
581-
582-
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)
580+
`auth_sample_template` template in the Azure portal:
583581

584582
:::image type="content" source="../../media/template-messages/sample-authentication-based-template.jpeg" lightbox="../../media/template-messages/sample-authentication-based-template.jpeg" alt-text="Screen capture that shows details for the authentication-template.":::
585583

Loading

0 commit comments

Comments
 (0)