Use of dynamic URL in RestConnector

I am able to use process variable for the URL in RestConnector (Camunda 8 RestConnector).
My requirement is to decide the environment(QA,DEV,PROD) specific URL for the RestConnector at runtime. Is it possible to populate the URL for the RestConnector by calling java code? (This java code will help in deciding RestConnector URL by using Spring Profiles )

Hi @sitesh_pati, welcome to the forums! Secrets are probably what you are looking for; you would use the same secrets name with a different value for each environment.