{#{% load widget_tweaks %}#}
{% csrf_token %}

How should your agent reach you?

You will be able to talk to the agent using the communication methods you select:

{% load waffle_tags %} {% flag "organizations" %} {% if request.user.is_authenticated and user_organizations %}
{% if current_context.type == 'organization' %} {% if show_org_permission_warning %}

You need to be an organization owner or admin to create agents here.

{% else %}

Switch to your personal workspace if you want this agent to be private.

{% endif %} {% elif user_organizations %}

Want an org-owned agent? Pick the organization above before creating it.

{% endif %}
{% endif %} {% endflag %} {% if selected_pretrained_worker %}

Pretrained worker selected

{{ selected_pretrained_worker.display_name }}

{{ selected_pretrained_worker.tagline }}

🗓️

Cadence

{{ selected_pretrained_worker.schedule_description|default:selected_pretrained_worker.base_schedule }} ±{{ selected_pretrained_worker.schedule_jitter_minutes }}m

{% if selected_pretrained_worker.contact_method_label %}
📮

How it keeps you in the loop

{{ selected_pretrained_worker.contact_method_label }}

{% endif %} {% if selected_pretrained_worker.display_default_tools %}
🔧

Integrations

{{ selected_pretrained_worker.display_default_tools|slice:":2"|join:", " }}{% if selected_pretrained_worker.display_default_tools|length > 2 %} +{{ selected_pretrained_worker.display_default_tools|length|add:-2 }} more{% endif %}

{% endif %}
{% endif %}

Email

SMS

Your phone number:

{% include "partials/_sms_form.html" %}

Primary Contact Method

Choose your preferred method for communications:

{{ form.preferred_contact_method }}
{% if form.preferred_contact_method.errors %}

Please select a contact method

{{ form.preferred_contact_method.errors.0 }}
{% endif %}
Back
{% load static %}