Hey, guys,
I have a resource that is an integration between our CRM Close and retool. I want to retrieve information from Close and build apps on retool.
The integration is already connected, however I've found out that depending on the action I am trying to perform the URL being requested is not right. I've seen the API documentation from Close and also spoken their support team and they confirmed that the URL requested should be https://api.close.com/api/v1/lead/ not https://app.close.io/api/v1/lead/
I would like to know if it is possible to change the URL that is being requested.