Is it possible to add a POST endpoint after every camunda item?

Hello,

Is it possible to add a POST rest endpoint to do a REST call with some payload after some of the Camunda reference items/events/external tasks in Camunda modeler ? Essentially my idea here is to post some status to an endpoint to imitate eventing from Camunda perspective. I know we can add a task and under listeners i can add a endpoint under Input and catch the response in the output, but wanted to know if it’s possible to do so from each item itself, for example Intermediate message catch event or throw event, external task etc.,

Thanks