Forum Discussion
XDeveloper29
Jul 24, 2024Copper Contributor
How to Send Replies in Microsoft Teams Using Bot Name Instead of Username via Graph API?
I'm working on an external application that sends replies to messages in Microsoft Teams using the Microsoft Graph API. Currently, the replies are sent using the username associated with the authen...
Nivedipa-MSFT
Microsoft
Jul 24, 2024XDeveloper29 - Thanks for reporting your issue.
To send replies in Microsoft Teams using the bot's name instead of the username via the Microsoft Graph API /chats/{chat-id}/messages
Send message in a chat - Microsoft Graph v1.0 | Microsoft Learn
Thanks,
Nivedipa
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
XDeveloper29
Jul 24, 2024Copper Contributor
Nivedipa-MSFT
Thank you for the guidance.The documentation link provided describes how to send a message in a chat. However, my requirement is to send a message using a bot's name , instead of username. Is there any specific endpoint or configuration needed to achieve this using the Microsoft Graph API?
Thank you for the guidance.The documentation link provided describes how to send a message in a chat. However, my requirement is to send a message using a bot's name , instead of username. Is there any specific endpoint or configuration needed to achieve this using the Microsoft Graph API?