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
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
-
87
83
## Next steps
88
84
89
85
-[Get started with advanced communication messages SDK](../../../quickstarts/advanced-messaging/whatsapp/get-started.md)
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
147
145
148
146
## Limitations
149
147
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.
151
149
-**Portfolio scoping**: BSUIDs are scoped to individual business portfolios and can't be used across different portfolios.
152
150
-**Contact Book**: Only captures interactions after launch. No retroactive data.
Copy file name to clipboardExpand all lines: articles/event-grid/communication-services-advanced-messaging-events.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Details for the attributes specific to `Microsoft.Communication.AdvancedMessageR
44
44
| messageId |`string`| ❌ | Message Id of the message receive event as GUID. |
45
45
| messageType |`string`| ❌ | Message Type of the message receive event. Such as: `"interactive"`, `"sticker"`, `"reaction"`. |
46
46
| 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). |
48
48
| to |`string`| ❌ | The channel ID that received the message, formatted as a GUID. |
49
49
| receivedTimestamp |`DateTimeOffset`| ❌ | Timestamp when the message is received.|
50
50
| content |`string`| ✔️ | The text content in the message. |
@@ -354,7 +354,7 @@ Details for the attributes specific to `Microsoft.Communication.AdvancedMessageR
354
354
| channelType |`string`| ❌ | Channel type of the channel that the message was sent on. |
355
355
| from |`string`| ✔️ | The channel ID that sent the message, formatted as a GUID. |
356
356
| 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). |
358
358
| receivedTimestamp |`DateTimeOffset`| ❌ | Timestamp of the message. |
359
359
| messageId |`string`| ✔️ | The ID of the message, formatted as a GUID. |
360
360
| status |`string`| ✔️ | Status of the message. Possible values include `Sent`, `Delivered`, `Read`, and `Failed`. For more information, see [Status](#status). |
0 commit comments