Teamsへアップロードしたファイルのリンクをチャットに投稿したい

いつもお世話になっております。

ファイルをMicrosoftTeams(Sharepoint)にアップロード→同じチーム内のチャットにリンクを投稿
という処理をUiPathで実装することは可能でしょうか。
現在、対象のファイルをメールに添付して送信し、そのメールの受信をトリガーに上記の処理を行うPowerAutomateにて対応しておりますが、
PowerAutomateでは処理時間が異常に長くなる場合があり(原因はMicrosoftに調査依頼中ですが不明)UiPath内で対応できないか検討しております。

知見のある方いらっしゃいましたらアドバイス頂きたく、よろしくお願いいたします。

@kana612

You have integration services for office 365 and teams activities …

You can leverage them to upload the file and send a teams message with the url

You can as well setup a azure app and connect via client id and passwords or secrets…details in the link below

https://docs.uipath.com/marketplace/docs/microsoft-teams-scope#:~:text=The%20Microsoft%20Teams%20activities%20use,write%20resources%20on%20your%20behalf.

https://docs.uipath.com/activities/docs/about-the-microsoft-office-365-activities-pack

Hope this helps

Cheers