How to send message in the middle of the process with another bpmn in camunda

how to send message in the middle of the process with another bpmn in camunda
please provide if we have any example. Thank you.

You can use “Message Intermediate throwing event

https://docs.camunda.org/manual/latest/reference/bpmn20/events/message-events/#message-intermediate-throwing-event

There is this example that i think does more than you need, but it should still have all the functionality you’re going to need.