How to send message from bot outside botbuilder class

Guest 20 Reputation points
2023-11-01T04:15:00.9266667+00:00

I am using app-only authentication for Graph API

Now, based on some events in backend, i wanted to send message to particular channel from my BOT

i can see that, it is not possible in app-only authentication, my question is i wanted to send message as BoT and not as user (who signed in)

how can i do that?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
807 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,462 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,065 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Prasad-MSFT 6,111 Reputation points Microsoft Vendor
    2023-11-03T06:22:19.31+00:00

    To send a message to a particular channel from your bot, you need to use proactive messaging. Proactive messages are any messages that a bot sends, initiated by an external event, not in response to a user's request.

    Please refer: https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/conversations/send-proactive-messages?tabs=javascript

    0 comments No comments