Hello everyone. I need clarification on how to configure the Base URL in my integration features.
When deploying to multiple regions, I receive separate URLs for each region:
https://live1-service-X.us.monday.apphttps://live1-service-X.eu.monday.apphttps://live1-service-X.au.monday.app
However, when configuring an integration feature (or app event webhook), I can only specify a single "Base URL" in the Feature Details section.

My questions:
- Which URL should I enter as the Base URL - just one region?
- Does monday.com automatically route requests to the appropriate regional endpoint based on the user's location?
- Is there a way to use a dynamic or wildcard URL pattern to handle all regions?
- If I need to handle region routing myself in the Base URL, how can I determine the account's region?
Any guidance on best practices for multi-region URL configuration would be greatly appreciated.