Hello everyone,
How can I send an automatic message by using Camunda REST API,
I want to send an automatic message using REST API supported by POSTMAN application,
(I’am attaching two screenshots), in POSTMAN specially when I’am using message REST API, I should inter “businessKey” and “message value” manually, what I want to do is an automatic mechanism that send automatilly the message whithout any manual process,
How can I do that,
Hi @YazanAsaad,
you used a receive event in your process model. Have a look at the message send task: Send Task | docs.camunda.org
Hope this helps, Ingo
Hello @Ingo_Richtsmeier
What I mean is an automation message sends by POSTMAN API,
when I executed the POSTMAN’S query the system sends that to camunda engine without sending that by using message REST API and copy message’s body,
It is possible to do that?