I'm planning to run a nightly process that will see if any new application has been created for the past 24 hours, and then send notification with some instructions to the person who created the new application.
is there a way to detect these new application containers? any plug-in I can utilize?
We self manage Appian on Kubernetes, so we have access to logs and Appian metadata.
Discussion posts and replies are publicly visible
I just found out there was a function called: getallapplications
the function is available through a plug-in called 'Application Plugins'