I’m running into an issue (self imposed really) of syncing workflows from sandbox to production where we have endpoints specified in sandbox (ex: companyname-dev.freshservice.com) but when syncing into production, it should not have -dev on the end.
Conversely, when I create a sandbox if I run a test ticket, this could mean that tickets in production are being manipulated despite the request coming from the sandbox environment.
Is there a way that I can use the environment name as a placeholder in the URL for web requests at least for FS stuff? For example: {{instance.name}} as a placeholder being put ahead of .freshservice.com so that when in sandbox it’s using whatever that instance name is vs when in prod it’ll be in prod.