Build your first Notification bot in C# for Microsoft Teams with Teams Toolkit for Visual Studio

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 11

  • @deeperblue77
    @deeperblue77 Год назад

    Lovely video

  • @yt_kcdeguzman5394
    @yt_kcdeguzman5394 Год назад

    Where can we find the URL to trigger HTTP notification after uploading the .zip package?

  • @meenakshikashyap897
    @meenakshikashyap897 Год назад +4

    How to send notification to individual user by using this code?

    • @rgalindoixpango
      @rgalindoixpango 5 месяцев назад

      Hi there, did you figure out how to do that?

    • @ramanjitsingh5211
      @ramanjitsingh5211 4 месяца назад +1

      Any update on this question? I also want to send MS Team message to the individual user through my .net application. Any Idea how to build this? Please reply

    • @Nikox102
      @Nikox102 3 месяца назад

      ​@@ramanjitsingh5211you need to have conversationId which you can get from turnContext. To get conversationId, the user has to have bot installed and with OnConversationUpdateActivity you can get conversationId and store it for later use. To install the bot for many users read into Proactive Install with graph api

    • @Nikox102
      @Nikox102 3 месяца назад

      you need to have conversationId which you can get from turnContext. To get conversationId, the user has to have bot installed and with OnConversationUpdateActivity you can get conversationId and store it for later use. To install the bot for many users read into Proactive Install with graph api

  • @RavikumarMittal
    @RavikumarMittal 2 месяца назад

    how to send personal message to microsoft team