Hi,
I have configured email notification in AWX UI. I have tested it and it works fine.
How to enable this email notification for every job template that I create? Pls guide.
as of now, you’ll need to manually assign these notifications to each Job Template
You can speed this up by making api calls, using awx.awx collection, or awxkit
here are the official docs on how to setup and use notifications
https://docs.ansible.com/automation-controller/latest/html/userguide/notifications.html
AWX Team