I’m currently building a custom Freshsales app and testing it locally by appending ?dev=true to the Freshsales URL.
I’ve added the apikey through http://localhost:10001/custom_configs, and I do see the confirmation message saying:
“App installation parameters have been successfully stored. You can now proceed to test the app.”
However, when I try to retrieve the API key using client.iparams.get(), the value comes back as undefined.
Is this the normal behavior during dev mode testing? Or is there a way to access the apikey while still running the app locally