I use a CloudCode task to run a script on our internal servers, which is called from a webhook.
This script is dependent on the environment, so I am wondering if it is possible to obtain the current environment from either the app and pass it to the CloudCode task, or directly from the CloudCode task, so I may pass it along to the script on our internal servers.
I have the same question for the app name.
Any insight is appreciated.