{% extends "base.html" %} {% block title %}Admin Trigger{% endblock %} {% block page_id %}trigger{% endblock %} {% block page_title %}Trigger{% endblock %} {% block eyebrow %}Automation{% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Pipeline

Run Face Matching + Email Sending

This runs user face indexing first, then triggers face matching and email delivery using the existing project services.

Idle.
{% endblock %}