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!

can we pass dynamic parameters in external API url?

Avatar

Level 2

I am retrieving coupon information using :

https://api-uat.westerndigital.com/wdwebservices/v2/us/redemption/coupon-details?couponCodes=CART10,...

 

but I don't want to change the URL every-time. i want the list of coupon will dynamically add in my URL using some configuration in In bound Mapping.

 

Can we achieve that. 

@ramon_bisswanger 

3 Replies

Avatar

Employee Advisor

Hello Khushboo,

 

Have you checked out the related discussions section for this thread? It looks like there are multiple solutions to passing a dynamic parameter in a call.

 

One example is:

https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/passing-dynamic-parameter...

 

Regards,

Craig

Avatar

Level 2

Appreciate your Help. But This Query is specifically for Adobe Campaign Standard - External Api Activity. 

Avatar

Employee Advisor

Hi,

unfortuntely you can't pass it as dynamic URL parameters.

What you can do though is to pass a custom JSON payload.

So it might be needed to get a small change on the target service side to address this.