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

ACS - Bulk Profile Creation - Adobe IO Rest API

Avatar

Level 4

HI,

We are trying to create profiles on bulk with Adobe IO REST Api.

The issue here is we didn't able to create multiple profiles with single request to profileAndServicesExt api by passing JSON as array like

[   {

"email":"profile1@adobe.com"

} ,

{

"email":"profile2@adobe.com"

}]

The Same is working - if we make individual request for each profile entity, but that increases number of request as we have more than 10k  profiles.

Is this achievable with REST API or are we missing anything on the JSON format?

Any pointer to fix this with REST API (not via workflow option )will help us more.

Thanks,

Prem

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Prem,

There is no such API for bulk loading of profiles. You should always use the File Loading methodology inside a workflow for bulk processing.

APIs should be used for small transactions.

If there is any such API exposed in future we will let you know but at the moment, if you wish to use the API for this, please call 10k times.

Regards,
Vipul

View solution in original post

4 Replies

Avatar

Correct answer by
Employee Advisor

Hi Prem,

There is no such API for bulk loading of profiles. You should always use the File Loading methodology inside a workflow for bulk processing.

APIs should be used for small transactions.

If there is any such API exposed in future we will let you know but at the moment, if you wish to use the API for this, please call 10k times.

Regards,
Vipul

Avatar

Level 1

Hello @Vipul_Raghav ,
The post is of year 2017.
I wanna know is there any update on the same ?
We are unable to create profiles in bulk via JSON file format using API .
Can you please suggest some other way except the flat file method.

Avatar

Level 4

Hi Vipul,

Thanks for your response!

-Prem

Avatar

Level 1

Hi.. having the same issue. How did you solve this?