Skip to content

Commit a4b8766

Browse files
[Doc Improvement] Creating a conversation (#14224)
* Update send-proactive-messages.md * Update send-proactive-messages.md * Update send-proactive-messages.md
1 parent 6c70148 commit a4b8766

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

msteams-platform/bots/how-to/conversations/send-proactive-messages.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to send proactive messages with your Teams bot, install y
44
ms.topic: article
55
ms.owner: angovil
66
ms.localizationpriority: high
7-
ms.date: 01/23/2025
7+
ms.date: 04/23/2026
88
---
99
# Proactive messages
1010

@@ -68,6 +68,9 @@ You can create the conversation if it doesn't exist, or you don't know the `conv
6868

6969
To [create the conversation](/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference#create-conversation), you need a `aadObjectId` or `userId`, `tenantId`, and `serviceUrl`.
7070

71+
>[!NOTE]
72+
> To create the conversation, pass the `aadObjetId` value in the `Id` parameter.
73+
7174
For `serviceUrl`, use the value from an incoming activity triggering the flow or one of the global service URLs. If the `serviceUrl` isn't available from an incoming activity triggering the proactive scenario, use the following global URL endpoints:
7275

7376
* Public: `https://smba.trafficmanager.net/teams/`

0 commit comments

Comments
 (0)