Skip to content

Commit 20542dd

Browse files
fix broken links and remove unneeded sections
1 parent edae80d commit 20542dd

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ var sampleTemplate = new MessageTemplate(templateName, templateLanguage);
8080
For detailed examples and template supported scenarios by Advanced Messages SDK, see:
8181
- [WhatsApp Template Quickstart](../../../quickstarts/advanced-messaging/whatsapp/send-template-messages.md)
8282

83-
## Authentication templates and BSUIDs
84-
85-
Authentication templates that use one-tap, zero-tap, or copy code flows **require a phone number** as the recipient. You can't use a business-scoped user ID (BSUID) to send these authentication template types. All other template types support both phone numbers and BSUIDs. For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](./whatsapp-usernames-bsuid.md).
86-
8783
## Next steps
8884

8985
- [Get started with advanced communication messages SDK](../../../quickstarts/advanced-messaging/whatsapp/get-started.md)

articles/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ WhatsApp is launching usernames in 2026. Usernames are an optional feature that
1717

1818
This article explains what BSUIDs are, how they affect Azure Communication Services Advanced Messaging, and how to prepare your integration.
1919

20-
[!INCLUDE [Survey Request](../../../includes/survey-request.md)]
21-
2220
## What is a BSUID?
2321

2422
A business-scoped user ID (BSUID) is a unique, opaque identifier that Meta assigns to a WhatsApp user within a specific business portfolio. BSUIDs are:
@@ -147,7 +145,7 @@ Meta provides a Contact Book feature that automatically stores WhatsApp user con
147145

148146
## Limitations
149147

150-
- **Authentication templates**: One-tap, zero-tap, and copy code [authentication templates](/azure/communication-services/concepts/advanced-messaging/whatsapp/template-messages) still require phone numbers. BSUIDs can't be used for these template types.
148+
- **Authentication templates**: One-tap, zero-tap, and copy code authentication templates still require phone numbers. BSUIDs can't be used for these template types.
151149
- **Portfolio scoping**: BSUIDs are scoped to individual business portfolios and can't be used across different portfolios.
152150
- **Contact Book**: Only captures interactions after launch. No retroactive data.
153151

articles/event-grid/communication-services-advanced-messaging-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Details for the attributes specific to `Microsoft.Communication.AdvancedMessageR
4444
| messageId | `string` || Message Id of the message receive event as GUID. |
4545
| messageType | `string` || Message Type of the message receive event. Such as: `"interactive"`, `"sticker"`, `"reaction"`. |
4646
| from | `string` | ✔️ | Sender ID that sent the message. May be empty when the sender has adopted a WhatsApp username and hidden their phone number. |
47-
| fromBSUID | `string` | ✔️ | The sender's business-scoped user ID (BSUID). Present for all WhatsApp messages when available, regardless of whether the user adopted a username. For more information, see [WhatsApp usernames and BSUIDs](/azure/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid). |
47+
| fromBSUID | `string` | ✔️ | The sender's business-scoped user ID (BSUID). Present for all WhatsApp messages when available, regardless of whether the user adopted a username. For more information, see [WhatsApp usernames and BSUIDs](/articles/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid). |
4848
| to | `string` || The channel ID that received the message, formatted as a GUID. |
4949
| receivedTimestamp | `DateTimeOffset` || Timestamp when the message is received.|
5050
| content | `string` | ✔️ | The text content in the message. |
@@ -354,7 +354,7 @@ Details for the attributes specific to `Microsoft.Communication.AdvancedMessageR
354354
| channelType | `string` || Channel type of the channel that the message was sent on. |
355355
| from | `string` | ✔️ | The channel ID that sent the message, formatted as a GUID. |
356356
| to | `string` | ✔️ | Recipient ID that the message was sent to. May be empty when the message was sent to a BSUID. |
357-
| toBSUID | `string` | ✔️ | The recipient's business-scoped user ID (BSUID). Present when available, regardless of whether the user adopted a username. For more information, see [WhatsApp usernames and BSUIDs](/azure/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid). |
357+
| toBSUID | `string` | ✔️ | The recipient's business-scoped user ID (BSUID). Present when available, regardless of whether the user adopted a username. For more information, see [WhatsApp usernames and BSUIDs](/articles/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid). |
358358
| receivedTimestamp | `DateTimeOffset` || Timestamp of the message. |
359359
| messageId | `string` | ✔️ | The ID of the message, formatted as a GUID. |
360360
| status | `string` | ✔️ | Status of the message. Possible values include `Sent`, `Delivered`, `Read`, and `Failed`. For more information, see [Status](#status). |

0 commit comments

Comments
 (0)