From d3e3b15f1fdb87b141d4e4df8ec58e77245a51bd Mon Sep 17 00:00:00 2001 From: SirajShaik-MSFT Date: Thu, 26 Mar 2026 17:04:31 +0530 Subject: [PATCH 1/3] Update send-proactive-messages.md --- .../bots/how-to/conversations/send-proactive-messages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/msteams-platform/bots/how-to/conversations/send-proactive-messages.md b/msteams-platform/bots/how-to/conversations/send-proactive-messages.md index 9a6aad41f94..f21039450fb 100644 --- a/msteams-platform/bots/how-to/conversations/send-proactive-messages.md +++ b/msteams-platform/bots/how-to/conversations/send-proactive-messages.md @@ -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` value. + 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/` From 10511525b32e765ebbc1b775bd4088d8e8f8669c Mon Sep 17 00:00:00 2001 From: SirajShaik-MSFT Date: Thu, 26 Mar 2026 17:09:46 +0530 Subject: [PATCH 2/3] Update send-proactive-messages.md --- .../bots/how-to/conversations/send-proactive-messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msteams-platform/bots/how-to/conversations/send-proactive-messages.md b/msteams-platform/bots/how-to/conversations/send-proactive-messages.md index f21039450fb..1fe9bfaecb3 100644 --- a/msteams-platform/bots/how-to/conversations/send-proactive-messages.md +++ b/msteams-platform/bots/how-to/conversations/send-proactive-messages.md @@ -69,7 +69,7 @@ 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` value. +> 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: From 634516effb3f263bf4949b3bf3ac6e896a8271ae Mon Sep 17 00:00:00 2001 From: SirajShaik-MSFT Date: Thu, 23 Apr 2026 10:21:56 +0530 Subject: [PATCH 3/3] Update send-proactive-messages.md --- .../bots/how-to/conversations/send-proactive-messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msteams-platform/bots/how-to/conversations/send-proactive-messages.md b/msteams-platform/bots/how-to/conversations/send-proactive-messages.md index 1fe9bfaecb3..7120a93cb70 100644 --- a/msteams-platform/bots/how-to/conversations/send-proactive-messages.md +++ b/msteams-platform/bots/how-to/conversations/send-proactive-messages.md @@ -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