Question
can we pass dynamic parameters in external API url?
I am retrieving coupon information using :
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.