Teams.Activitiesパッケージ導入時の設定

Teams.Activitiesパッケージを利用したいと考えています。
アプリ連携について理解が乏しいためご助力をお願いいたします。

Microsoft Teams コネクションを追加する
こちらの記述よりAutomation CloudのIntegration ServiceでTeamsとのコネクタを作成する必要があると認識しています。
自身のMSアカウントでは権限が不足していたため管理者に設定を依頼する見込みです。

コネクタの作成さえ行えばTeams.Activitiesが利用可能と考えて良いでしょうか?
設定依頼が五月雨になることは避けたいと考えております。

また、最終的な目的はUiPathでTeamsのメッセージを送信することです。
もし他に適した手段や検討事項があれば、ご教授いただけると大変助かります。

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.

Another way to send teams message is to create Incomming Webhook and use HTTP Request activity to send message.

1 Like

Hi @h-takegata

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.

For More follow below link:

1 Like

ありがとうございます。
認識の通りコネクタ作成後アクティビティが利用可能であると理解いたしました。

追加の質問となり恐縮ですが、SendMessageアクティビティを利用した際
発言元はどのアカウントになりますか?
コネクタ作成時の管理者アカウントになってしまうでしょうか。

Great @h-takegata

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

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.