Is there a way for me to trigger an email when a release is created (not when it is deployed)?
UPDATE: I’ve set up a subscription to the audit Document Create events that is filtered to a service account whose API Key is only used build server to create releases in our environment. This works for now, but it would be nice to be able to configure a email process step to run on the back of an event like this.
Hi David,
Thanks for reaching out. In 3.13.8
we added a filter called Document Type (see github issue)for subscriptions, which should allow you to achieve what you want by setting a subscription like this:
Events: Document Created
Document Type: Release
Hope that helps,
Dalmiro