Hi Everyone,
Very new to FME. We have a small team which will be developing interfaces using FME workspaces (exposed as APIs and call APIs exposed by other systems).
I wanted to know if there is a way to set global variables/settings so that all workspaces/webhooks can use the same variables. These variables will be used to store Database connections, error mailbox email address, urls to be used in HTTP caller. Idea is these values are common for all workspaces and also change depending the environment we are in i.e. dev, QA, UAT and production. APIs will be hosted on Kong API GW.
Any help is appreciated? Or if someone can point me to documentation that explains doing this.