Base URL for webhook connector in cloud

So I managed to make webhook connector working on my local setup and now I want to migrate to cloud.

What is the connectors base url for cloud?

Documentation just says:

  • <base URL> is the URL of Connectors component deployment. When using the Camunda 8 SaaS offering, this will typically contain your cluster region and cluster ID.

I think I figured it out

https://{region_id}.connectors.camunda.io/{cluster_id}/inbound

Hey @m.delmans - yes, that should be the general template for the base URL (then, of course, /{webhook_id} at the end). You can view the URL when the BPMN model is deployed by clicking on the “Webhook” tab within Web Modeler (screenshot).

I don’t think I realized that the URL isn’t documented anywhere until this post. What page do you think makes the most sense for this to be documented? I’ll share this feedback with our documentation team and look to get it clarified.

Hi @nathan.loding it’s documented HTTP Webhook Connector | Camunda 8 Docs

@Alex_Voloshyn - it just says <base_url> - it doesn’t say what that URL is for SaaS (if you’re not self-hosting your own Connectors Runtime). Does this page make the most sense for documenting the full base URL?

I would say yes but it’s just my opinion.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.