Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Does Adobe Campaign Standard having bulk API?

Avatar

Level 3

Hi There

 

Does Adobe Campaign Standard having bulk API?

 

Referred this document and found "Create bulk via REST API"

But this page is not having enough information on bulk REST API, 

"https://docs.adobe.com/content/help/en/campaign-standard/using/profiles-and-audiences/managing-prof...

 

Can someone help here to implement bulk REST API?

 

Thanks

Nandha

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

API
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @nandhakumarp326,

 

I haven't seen anything bulk REST api exists for ACS as of today to create/update/delete profiles. if you're really trying to perform any bulk load then you can try with file load using workflow as option to consider.

 

Thanks, Sathees

Thanks, Sathees

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi @nandhakumarp326,

 

I haven't seen anything bulk REST api exists for ACS as of today to create/update/delete profiles. if you're really trying to perform any bulk load then you can try with file load using workflow as option to consider.

 

Thanks, Sathees

Thanks, Sathees

Avatar

Level 2

Hi Nanda, Yes we can import bulk records in our default schema 0r cus schema through API though it's not recommended to insert bulk records. The process you just need to generate an access token. then pass with JW format. steps

 

1) CreateAPI project in adobe IO

2) Generate JWT token

3)Generate Access token in POSTMAN with adobe exchange url

4)define your client id , secret id, and private key.

5)use end url for post /get 

Thanks,

Sumit

Avatar

Employee Advisor

Hello Nandha,

 

Sathees is correct, the recommended way to bulk load is to do so from a file. 

 

Regards,

Craig