Skip to content

How to Implement Proactive Notifications Using Agents SDK #253

Answered by MattB-msft
Pavani-NP asked this question in Q&A

You must be logged in to vote

@Pavani-NP this is mainly a Teams Extension function,
You can read up on this here: https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/conversations/send-proactive-messages?tabs=dotnet

To help you get through this though, let me highlight a few things.
There are two concepts to keep in mind>

  • CreateConversationAsync, you use this when you only know the Agent ID, and the target Users.
  • ContinueConversationAsync, you use this when you have already interacted with a user once and have captured the incoming conversation reference.

In general, You should use ContinueConversationAsync for this job. You can use after the user as added or installed the agent into to a channel o…

Replies: 1 comment

You must be logged in to vote
0 replies
Answer selected by MattB-msft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation teams Microsoft Teams Platform related
2 participants
Converted from issue

This discussion was converted from issue #221 on May 03, 2025 18:04.