{% extends "_base.html" %} {% block title %}Action required — {{ _brand_name }}{% endblock %} {% block content %}
Hi,
{% if workflow_name %} The automation “{{ workflow_name }}” is paused and needs your decision before it can continue. {% else %} An automation is paused and needs your decision before it can continue. {% endif %}
{% if message %}|
Message from the automation {{ message }} |
| Run ID | {{ run_id }} |
| Triggered | {{ triggered_at }} |
| Requested by | {{ requested_by }} |
| {% if action.primary %} {{ action.label }} {% else %} {{ action.label }} {% endif %} | {% endfor %}
Clicking a button records your decision immediately. {% if recipient_email %} This link is unique to {{ recipient_email }} and can only be used once. {% else %} This link can only be used once. {% endif %}
Not expecting this? You can safely ignore this email — the automation will time out on its own.
{% endblock %} {% block card_footer %}— The {{ _brand_name }} team
Questions? {{ _support_email }}