Skip to content

Commit 9b85187

Browse files
fix the filename-incomplete suggestion
1 parent 5b23a62 commit 9b85187

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

articles/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The key features of Azure Communications Services Advanced Messaging for WhatsAp
3434
WhatsApp is launching usernames in 2026, allowing users to display a username instead of their phone number. To support this change, Meta introduces a new identifier called the **business-scoped user ID (BSUID)**. BSUIDs begin appearing in webhook payloads and can be used as recipient identifiers in send requests.
3535

3636
> [!IMPORTANT]
37-
> The `from` and `to` fields in Advanced Messaging events may now be empty when a user hides their phone number. Update your event handlers to use the new `fromBSUID` and `toBSUID` fields. For more information, see [WhatsApp usernames and BSUIDs](./whatsapp-usernames-business-scoped-user-id.md).
37+
> The `from` and `to` fields in Advanced Messaging events may now be empty when a user hides their phone number. Update your event handlers to use the new `fromBSUID` and `toBSUID` fields. For more information, see [WhatsApp usernames and BSUIDs](./whatsapp-usernames-business-scoped-user-identifier.md).
3838
3939
## Next steps
4040

articles/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-id.md renamed to articles/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-identifier.md

File renamed without changes.

articles/communication-services/quickstarts/advanced-messaging/whatsapp/handle-advanced-messaging-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ With the introduction of WhatsApp usernames, Advanced Messaging events now inclu
9797
- **`AdvancedMessageDeliveryStatusUpdated`** events include a `toBSUID` field with the recipient's BSUID.
9898

9999
> [!IMPORTANT]
100-
> The existing `from` and `to` fields may now be empty or null when a WhatsApp user has adopted a username and hidden their phone number. Update your event handlers accordingly. For more information, see [WhatsApp usernames and BSUIDs](../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-id.md).
100+
> The existing `from` and `to` fields may now be empty or null when a WhatsApp user has adopted a username and hidden their phone number. Update your event handlers accordingly. For more information, see [WhatsApp usernames and BSUIDs](../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-identifier.md).
101101
102102
## Next steps
103103

104104
- [Understand Advanced Communication Messages Events](../../../../event-grid/communication-services-advanced-messaging-events.md)
105-
- [WhatsApp usernames and BSUIDs](../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-id.md)
105+
- [WhatsApp usernames and BSUIDs](../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-identifier.md)
106106
- [Get started With Advanced Communication Messages SDK](./get-started.md)
107107

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/common-setting-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ List<String> recipientList = new ArrayList<>();
155155
recipientList.add("US.13491208655302741918");
156156
```
157157

158-
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-id.md).
158+
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-identifier.md).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/common-setting-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ Example using a BSUID:
166166
const recipientList = ["US.13491208655302741918"];
167167
```
168168

169-
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-id.md).
169+
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-identifier.md).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/common-setting-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Example using a BSUID:
6060
var recipientList = new List<string> { "US.13491208655302741918" };
6161
```
6262

63-
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-id.md).
63+
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-identifier.md).
6464

6565
### Start sending messages between a business and a WhatsApp user
6666

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/common-setting-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Usage example with a BSUID:
157157
to=["US.13491208655302741918"],
158158
```
159159

160-
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-id.md).
160+
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-identifier.md).
161161

162162
### Start sending messages between a business and a WhatsApp user
163163

articles/communication-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ items:
390390
- name: Overview
391391
href: concepts/advanced-messaging/whatsapp/whatsapp-overview.md
392392
- name: WhatsApp usernames and BSUIDs
393-
href: concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-id.md
393+
href: concepts/advanced-messaging/whatsapp/whatsapp-usernames-business-scoped-user-identifier.md
394394
- name: Pricing
395395
href: concepts/advanced-messaging/whatsapp/pricing.md
396396
- name: Advanced messaging for WhatsApp terms of service

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-business-scoped-user-id). |
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-business-scoped-user-identifier). |
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-business-scoped-user-id). |
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-business-scoped-user-identifier). |
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)