20
Views
1
Comments
[MicrosoftTeams Connector] Upload directly to channel folder
microsoftteams-connector
Service icon
Forge asset by João Marques
Application Type
Service

I want an action to upload directly to channel folder when using the SharePoint_UploadFile action, can you help to add this functionality ?


Thanks in advance,


Best Regards,


Stefanus Renaldo

2025-09-25 14-38-22
Lokesh Kumar Yadav

To upload a file directly to a Teams channel folder using SharePoint_UploadFile:

  1. Use GetTeamSite to get the SharePoint Site ID for the team.

  2. Use GetFolderByPath to get the Folder ID for the channel.

  3. Use SharePoint_UploadFile with the Site ID and Folder ID to upload the file directly to the channel folder.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.