I'm developing a custom Zapier app (MOCONO) for a client and currently use the staging server's API for development and testing. My plan is to publish the app using these staging APIs.
My question concerns updating the API endpoints after the app's public release. Specifically, I want to know if it's possible to change the API URLs used for authentication and triggers to point to the live server once the app is published. This would essentially involve updating the IP address in the API endpoints.
If such a post-publication update is feasible, I can proceed with developing the app using the staging server's API. However, if updating endpoints isn't possible after publishing, I would need to build the app using the live server's API from the start.
Please advise on the best approach for this scenario.