Using a Microsoft Teams connection through Integration service is safe as it is setup at Orchestrator level and authenticated by Microsoft while connecting a connector.
Once the connector is created in the Integration Service, the Teams.Activities package should be available for use. After obtaining the necessary permissions and creating the connector, you can use the activities to send messages via Teams. If you want to explore other options, you could also use the Microsoft Graph API for more flexibility in interacting with Teams.
Yes, the SendMessage activity in UiPath’s Microsoft Teams integration will use the account that was authenticated when creating the connector. If the administrator’s credentials were used during setup, messages will be sent from that account.
However, if the setup allows user authentication, you might be able to send messages from a different account based on the authentication method used.
If your query resolved please mark as a solution. Thanks