Flows Examples
===============

.. tip::

    This page contains examples of flows for different versions of the WhatsApp Business API.

    You can find the code in the `tests/data/flows <https://github.com/david-lev/pywa/tree/master/tests/data/flows>`_ directory of the repository.


v7.1 Examples
---------------

.. literalinclude:: ../../../../tests/data/flows/7_1/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/flows/7_1/examples.json
        :language: json
        :linenos:
        :caption: JSON Code

v6.3 Examples
---------------

.. literalinclude:: ../../../../tests/data/flows/6_3/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/flows/6_3/examples.json
        :language: json
        :linenos:
        :caption: JSON Code

v6.2 Examples
---------------

.. literalinclude:: ../../../../tests/data/flows/6_2/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/flows/6_2/examples.json
        :language: json
        :linenos:
        :caption: JSON Code

v6.1 Examples
---------------

.. literalinclude:: ../../../../tests/data/flows/6_1/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/flows/6_1/examples.json
        :language: json
        :linenos:
        :caption: JSON Code

v6.0 Examples
---------------

.. literalinclude:: ../../../../tests/data/flows/6_0/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/flows/6_0/examples.json
        :language: json
        :linenos:
        :caption: JSON Code

v5.1 Examples
---------------

.. literalinclude:: ../../../../tests/data/flows/5_1/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/flows/5_1/examples.json
        :language: json
        :linenos:
        :caption: JSON Code

v5.0 Examples
---------------

.. literalinclude:: ../../../../tests/data/flows/5_0/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/flows/5_0/examples.json
        :language: json
        :linenos:
        :caption: JSON Code

v4.0 Examples
---------------

.. literalinclude:: ../../../../tests/data/flows/4_0/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/flows/4_0/examples.json
        :language: json
        :linenos:
        :caption: JSON Code

v2.1 Examples
---------------

.. literalinclude:: ../../../../tests/data/flows/2_1/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/flows/2_1/examples.json
        :language: json
        :linenos:
        :caption: JSON Code
