{% extends "base.html" %} {% block title %}{{ form_title }} - Memorizz{% endblock %} {% block content %} {% if error %}
! {{ error }}
{% endif %}
{% if is_edit %}

Job ID

{{ job_id }}
{% endif %}

Basics

{% if is_edit %}

Agent cannot be changed after creation.

{% endif %}

Schedule

Pick a common schedule or choose "Custom..." to configure manually below.

Format: minute hour day month dow (e.g. 0 9 * * *).

Used when schedule type is interval.

IANA timezone name. Used for cron evaluation and template variables.

Action

Variables: {today_iso}, {scheduled_for_iso}, {now_utc_iso}, {timezone}.

Delivery

Results appear in the agent's Automations tab in the playground.

One per line or comma-separated. The worker uses TWILIO_* env vars for delivery.

{% endblock %}