Hi, we are building an app that needs to connect with data sources such as CRMs.
Several of these tools tend to assign subdomains for their users and in some cases, these subdomains are extended to the API call, e.g., instead of https://api.domain.com the API calls are https://foo.api.domain.com and https://bar.api.domain.com.
Even with subapps, we’d have to manually reconfigure the API calls, as it doesn’t appear the Bubble API call plugin can be modified externally, in additional to that first authorization trigger – or is there some way to handle this via the editor, similar to say modifying an API key or other parameter?