BPMN.io Properties panel to have preconfigured Rest API list

Hi Team,
I am new to Camunda and a non-java developer. i want that our Business Analyst team can use BPMN 2.0 web modeler which is integrated in my web application and in the service task they can select the right Rest API from the preconfigured Rest API list .for example Order Service Rest API , Invoice Service Rest API etc…are prepopulated and user can select the right API from the list for the service task. And that rest API will get triggered from Camunda when the service task is being executed. Is this possible ? If yes, what is the correct way to do it with minimum code changes ?
Appreciate your prompt reply

Regards,
Paresh

Hi @Paresh,

you can go with the properties panel (bpmn-js-examples/properties-panel at master · bpmn-io/bpmn-js-examples · GitHub) and element templates (camunda-modeler/docs/element-templates at master · camunda/camunda-modeler · GitHub).

Disclaimer: I haven’t done this by myself, but other people told me that it is possible. Maybe you can find more information in the bpmn.io forum: https://forum.bpmn.io/

Hope this helps, Ingo