Graph API vs Bot Framework API for sending messages in MS Teams

Hasit Parmar 5 Reputation points
2024-07-19T06:30:57.8066667+00:00

MS Graph API and Bot Framework REST API both provides options to send messages in MS Teams. So which API is preferable?

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,230 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Prasad-MSFT 6,686 Reputation points Microsoft Vendor
    2024-07-19T07:49:52.49+00:00

    If your application requires sending messages as part of a bot's functionality, the Bot Framework REST API might be the more suitable choice. If you need broader access to Microsoft 365 resources and are already using Microsoft Graph for other purposes, the Graph API could be preferable.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.