Hi Team,
I have a csv file which has the parameters of a segment (name, from instance, to instance) in dev sandbox, I need to create the same segment in prod sandbox using this parameter file.
How can I create a segment via postman api using this file? Also need to iterate through the file in case there are more than 1 segments which needs to be created.
In short, how do i copy segment from one sandbox to another?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
First you need to set up postman for AEP by going to Adobe I/O and setting it up, full details in github link below
https://github.com/adobe/experience-platform-postman-samples
Then once you are ready, you can use this API for segment creation
Happy Config !
Views
Replies
Total Likes
Hi,
First you need to set up postman for AEP by going to Adobe I/O and setting it up, full details in github link below
https://github.com/adobe/experience-platform-postman-samples
Then once you are ready, you can use this API for segment creation
Happy Config !
Views
Replies
Total Likes
Hi @user05602
Segmentation Service API helpful in creating a new segment definition.
https://developer.adobe.com/experience-platform-apis/references/segmentation/
Views
Replies
Total Likes
Hey @user05602
You can use below documents:
1. Detailed guide for Segmentation API
2. Github repo for Segmentation API
3. If you use Postman to run APIs, this reference could help
Thanks,
Kishore
Views
Likes
Replies