{% extends "_base.html" %} {% block title %}Action required — {{ _brand_name }}{% endblock %} {% block content %}

Action required

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 }}

{% endif %} {% if run_id or triggered_at or requested_by %} {% if run_id %} {% endif %} {% if triggered_at %} {% endif %} {% if requested_by %} {% endif %}
   
Run ID {{ run_id }}
Triggered {{ triggered_at }}
Requested by {{ requested_by }}
{% endif %} {% for action in actions %} {% endfor %} {% for action in actions %} {% endfor %}
 
{% if action.primary %} {{ action.label }} {% else %} {{ action.label }} {% endif %}

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 }}

{% endblock %} {% block extra_styles %} @media only screen and (max-width:600px) { .cta-row td { display:block !important; width:100% !important; padding:6px 0 !important; } .cta-row td a { display:block !important; width:100% !important; box-sizing:border-box; text-align:center; } } {% endblock %}