3
votes

I'm trying to post messages to specific Microsoft Teams Channels using Graph REST API (from my app). I'm looking at the following API endpoint, but it says it doesn't support Application permission type: Create chatMessage in a channel

Is there a better way than using the webhook/bots?

1

1 Answers

0
votes

Currently, we don't have plans for posting messages with application permissions. Only option to send a message to channel using Graph API would be using delegated permission.

Please use Bot / Connectors to send messages.