Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Integration of Adobe campaign Classic with Sharepoint

Avatar

Level 3

Hi All,

 

Can anyone please share a documentation or procedure of integrating Sharepoint with Adobe campaign classic v7.

Is it possible to put a file using 'Data extraction' activity of workflow to a sharepoint location?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @bhaskarc1289447 ,

 

What is the operating system of your application server window or Linux? 

 

If your application server is window then you can sync or map a folder on window server to SharePoint: 

1. Setup a sync between  SharePoint and folder.

Importing data into SharePoint | Microsoft Docs

Sync SharePoint and Teams files with your computer (microsoft.com)

 

2. Export a file with data extraction activity to the folder which you synced. 

3. File will be transferred to SharePoint automatically. 

 

If your app server in on Linux. Then you can use CURL or webAPI.

Need to upload files from Linux to Sharepoint (microsoft.com)

 

Thanks. 

Parvesh.

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @bhaskarc1289447 ,

 

What is the operating system of your application server window or Linux? 

 

If your application server is window then you can sync or map a folder on window server to SharePoint: 

1. Setup a sync between  SharePoint and folder.

Importing data into SharePoint | Microsoft Docs

Sync SharePoint and Teams files with your computer (microsoft.com)

 

2. Export a file with data extraction activity to the folder which you synced. 

3. File will be transferred to SharePoint automatically. 

 

If your app server in on Linux. Then you can use CURL or webAPI.

Need to upload files from Linux to Sharepoint (microsoft.com)

 

Thanks. 

Parvesh.