Forum Discussion
nitin1005
Jun 07, 2021Copper Contributor
Send messages on teams on behalf of the app.
Hi, I am able to send send messages on a team's channel by using POST- https://graph.microsoft.com/v1.0/teams/%7Bteam_id%7D/channels/%7Bchannel_id%7D/messages But this api is sending messages o...
nitin1005
Jun 07, 2021Copper Contributor
StevenC365 Thanks for your help.
I have few more queries for you.
1- What type of accounts do i need for this?
2- Do i have to take subscription of office365 and azure for whole development(creation to distribution of app ) or can i do this by using basic accounts?
Thanks.
StevenC365
Jun 07, 2021MVP
1. No account, when you create the connector it can post to the channel, there isn't an account or authentication. In effect the webhook url includes a unique key used for authentication.
2. Not sure I understand.