I have been asked to create an Apigee endpoint that receiving a payload and call another endpoint.
No problem. It’s do something like this:
I call Apigee → OurCompanyApi.com
But they asked me to upgrade the links and send the payload up to 3 other APIs if conditions are made.
So I receive a payload and if the “newsletter” variable is set to true I’m supposed to do:
AND
Apigee → OurCompanyApi.com/NewsletterSubscribe
And another variable for another subscription
Apigee → OurCompanyApi.com/OtherSubscription.
Right Now I get every variable from the payload in a javascript file.
Now the question: Can I redirect up to 3 links ?
Thanks