I am using an internally deployed self-managed camunda edition on cloud platform. I am trying to trigger a process instance using an inbound webhook connector. In the documentation, it is mentioned that the format should be
http(s)://<base URL>/inbound/<webhook ID>>
I wanted to know what will be this base URL? How can I trigger the job, also is there any other way of doing it. Help please!!!
On Self-Managed, the base URL will depend on the URL where your Connectors instance is running. If you’re not sure where to look, I can try to give you some hints. This information would help me:
which variant of the Connectors runtime you’re using
how you set up/started your Connectors instance
You can trigger the job by sending an HTTP request to the endpoint http(s)://<base URL>/inbound/<webhook ID>. The method (e.g., GET, POST) you should use depends on the Connector properties.