Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to send proactive messages with your Teams bot, install y
ms.topic: article
ms.owner: angovil
ms.localizationpriority: high
ms.date: 01/23/2025
ms.date: 04/23/2026
---
# Proactive messages

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

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`.

>[!NOTE]
> To create the conversation, pass the `aadObjetId` value in the `Id` parameter.

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:

* Public: `https://smba.trafficmanager.net/teams/`
Expand Down