Hi All,
We are rolling out our SharePoint integration and want to create some automation with folders. We would like to create a new folder when a certain project request is put in and then link the folder to that project.
I have a Power Automate flow that can create the folder, but I'm not seeing anything in the API suggesting that I can link a folder from SharePoint to Workfront. Before I dig too deep, does anyone know if this is even possible?
Thanks in advance!
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Sarah,
I took this to our support team and they shared the following with me, in case it helps you or anyone else who finds this.
From support:
I’ve confirmed this API call works within Postman:
POST /attask/api/v12.0/DOCFDR
{
"name":"FOO",
"projectID":"<PROJ-ID>",
"linkedFolder":{
"externalStorageID":"ID of Sharepoint folder goes here",
"documentProviderID":"assigned by Workfront",
"externalIntegrationType":"SHAREPOINT"
}
}
Some notes:
I hope this helps a little!
Kyna
Views
Replies
Total Likes
Thanks Kyna! I actually did reach out to support and was going to post once I got it working. Still having some authorization issues, but working with support to figure it out 😊
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies