{% extends "django_meta_whatsapp/base.html" %} {% block title %}New Flow{% endblock %} {% block page_title %}Create New Flow{% endblock %} {% block page_subtitle %}

Flows are multi-step native forms inside WhatsApp

{% endblock %} {% block topbar_actions %} Back to Flows {% endblock %} {% block content %}
{% csrf_token %}

Flow Settings

Internal label — shown in the dashboard only.

{% for val, label in category_choices %} {% endfor %}

Flow Type

Start from a Template

{% for key, tmpl in flow_templates.items %} {% endfor %}

Flow JSON version 7.2

The JSON is saved locally and uploaded to Meta when you click "Upload JSON" from the detail page. Flow JSON Reference ↗

Cancel
{% endblock %} {% block extra_js %} {% endblock %}