Hi,
I am able to send send messages on a team's channel by using
POST- https://graph.microsoft.com/v1.0/teams/{team_id}/channels/{channel_id}/messages
But this api is sending messages on behlaf of user.Is there any way i can send these messages on behlaf of application.I mean instead of user's name my application name will reflect.
Nitin -> Hi this is nitin's app. WRONG
NitinApp -> Hi this is nitin's app RIGHT
Thanks.