Notifications

Configure email, webhook, and Slack alerts for job events

{% from 'partials/hero_cta.html' import hero_cta %} {{ hero_cta( theme='indigo', icon_class='fa-bell', icon_shape='rounded', title='Stay Informed About Your Training Jobs', description='Get notified when jobs complete, fail, need approval, or approach spending limits. Configure email, Slack, or custom webhooks.', features=[ {'icon': 'fa-envelope', 'color': 'text-primary', 'label': 'Email Alerts'}, {'icon': 'fa-slack fab', 'color': 'text-info', 'label': 'Slack Integration'}, {'icon': 'fa-plug', 'color': 'text-success', 'label': 'Custom Webhooks'}, ], show_condition='showHeroCTA && channels.length === 0', dismiss_method='dismissHeroCTA()', cta_primary={'label': 'Configure Email', 'icon': 'fa-envelope', 'action': "showChannelModal('email')"}, cta_secondary={'label': 'Skip for Now', 'action': 'skipNotifications()'} ) }}