Deploy both .html embedded form and .bpmn model using rest API

hi. according this article its possible to deploy both bpmn model and its embedded form with camunda API requests. the problem is that I dont want to use curl tools. I need to deploy both .bpmn model and .html form files with statndard camunda API post method.
I’ve ever do this to deploy my .bpmn model with generated forms type. but righ now I want to deploy embedded forms (as a seperate .html file). now, how can i upload both of these files with rest API?
( I know that i should use ‘embedded:deployment:sampleEmbeddedForm.html’ in modeler form key)
In addition, I use postman to test these rest APIs.
I would be very grateful if you could help me.

Hi @M_Azizi,

you can use any REST client to deploy resources to the Camunda engine.

My favorite is Postman, and here you can select more resources for a single deployment.

Here you can see how it works: deployment-with-form

Hope this helps, Ingo

3 Likes

seems it’s exactly whats I’m looking for. thanks a lot @Ingo_Richtsmeier. :ok_hand: :+1: