Hi @hughp0920 I believe at the moment we do not provide the possiblity to add env vars in our actions. Our Actions v1 https://zitadel.com/docs/apis/actions/introduction work a little different than the actions v2 we are currently working on https://zitadel.com/docs/apis/actions/v3/usage, in the new actions the code actually runs on your side and not inside Zitadel. So if you would be able to use the new actions for your use case, you should be able to handle everthing yourself.
Actions v2 This feature allows further customization of ZITADEL. The admin will be able to provide an endpoint to manipulate the request before zitadel handles a request, manipulate the response be...
There is one sub issue for the functions executions, which should generally replace what we currently have in actions v1, but we need to have a look at each use case how to implement/migrate to the new implementation, which we are currently working on: https://github.com/zitadel/zitadel/issues/7247
ZITADEL is able to run configured function executions whenever an API is called. Acceptance Criteria When a specific function is called that has execution possibilities, the configured executions a...