API URL dynamic

Hello,
How can I make API URL dynamic in plugin API connector?

Add square braces, just like a parameter.
Eg.
[Url]/customer/[id]

I am aware that we can add square braces to make it dynamic. I am making first API call and get then dynamic url as response, I want to add this dynamic url for rest of API calls. Would you please guide me for such way/workflow?

1 Like

As I understand now, the endpoint you are calling is returned from a previous response?

If this is so then on the second call in the url parameter use the get data from external api to return the url.

Ok. So to make url dynamic we can do it from workflow. I got that.
But how can I make API parameters dynamic, is this the right way?


I want to get the dynamic value(username & password ) from plugin setting. How can I get the value from plugin setting?