Inbound webhook start event along with an empty start event process

Hi,
I am trying to model a process in which when I hit an API endpoint, I need to start a webhook inbound start event. As per the docs, this can be acheived by POST method call. When I create a single process, and try to hit the URL http://localhost:8085/inbound/webhookid , it works perfectly fine by starting an instance with a 200 status.

But, when I try to achieve it with multiple processes, I am not able to trigger the webhook and when I try to do a POST call, I am getting a 404 Not Found status.
Process:


Postman:

My goal is to start the event via webhook, and publish a message to the intermediate message catch event. Any idea on how to proceed with the same will be very helpful.
I have attached the bpmn file for reference.
base3.bpmn (14.0 KB)

Hi!

The webhookId for Webhook Start Event Connectors need to be unique across all BPMNs and all tenants. Please make sure that there is only one process definition with your webhookId. Of course, you can have multiple versions of the same process definition. Only the latest deployment will be active.

If this does not help, can you explain in more detail what you mean with “achieve it with multiple processes”?

Your use case would work well with the Webhook Intermediate Catch Event Connector. You could give that a try!

Cheers,
Till