Http-connector REST GET url with parameter

Hello,

I’m new to camunda, i want to call external REST API from my local project that i’m working on. I found that Http-connector is my answer but the URL that i want to GET response is something like this:

http://localhost:8090/employee/{employeeId}

with employeeId is a parameters that is dynamic, and every employee has it own employeeId.

how can i achieve the result?

Thank you

@ivan you can try like this,

Hi @aravindhrs,

Sorry for my very late reply. Thank you for replying my question it is very helping.