Expand my Community achievements bar.

Adobe Journey Optimizer Community Lens 7th edition is out.

Develop a utility to transfer offers from one sandbox to another

Avatar

Level 1

Hi,

I am trying to develop a utility to sync the offers from one sandbox to the other through Offer APIs. We could retreive the offers from one sandbox in Postman but while trying to set it up in AJO, in the custom action URL, I entered the offer API and it gave the following error.

Neeharika_Shetty_0-1721049451814.png

 

Is there any way we can overcome this blocker and set the utility up in AJO?

Topics

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

2 Replies

Avatar

Employee

This is a guardrail called out in https://experienceleague.adobe.com/en/docs/journey-optimizer/using/get-started/guardrails

 

dugganab_0-1721051182322.png

You can potentially explore leveraging a middleware/custom solution for this.

 

Avatar

Community Advisor

@Neeharika_Shetty You could use create and manager offer API's to port them into another sandbox. Although this is not the most optimal method, consider having a look at it.

Thanks, Sathees