We are creating a flow in Quick Suite that ultimately should result in sending a Microsoft Teams message to a User/Group within Microsoft Teams. While we have been successful in establishing a user-authentication integration, the ultimate goal is to stand up this flow leveraging a Service-to-Service integration that does not require the user to authenticate the message each run.
We are able to conduct some API calls via the current integration - for example, the integration is allowing me to find my “User ID” and List Users in Microsoft Teams, but it will not allow for me to send a chat message. I believe we are running into a classic “Application vs. Delegated” permissions divide. A main struggle is that we can’t get/find ‘ChatMessage.send’ as an “application” level permission.
Have others run into this issue or been able to successfully establish a Service-to-Service Teams integration in Quick Suite? I would love to learn from your experience. Thank you!