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.

.. literalinclude:: ../../../../tests/data/flows/7_1/examples.py
    :language: python
    :linenos:
    :caption: v7.1 Examples

.. literalinclude:: ../../../../tests/data/flows/6_3/examples.py
    :language: python
    :linenos:
    :caption: v6.3 Examples

.. literalinclude:: ../../../../tests/data/flows/6_2/examples.py
    :language: python
    :linenos:
    :caption: v6.2 Examples

.. literalinclude:: ../../../../tests/data/flows/6_1/examples.py
    :language: python
    :linenos:
    :caption: v6.1 Examples

.. literalinclude:: ../../../../tests/data/flows/6_0/examples.py
    :language: python
    :linenos:
    :caption: v6.0 Examples

.. literalinclude:: ../../../../tests/data/flows/5_1/examples.py
    :language: python
    :linenos:
    :caption: v5.1 Examples

.. literalinclude:: ../../../../tests/data/flows/5_0/examples.py
    :language: python
    :linenos:
    :caption: v5.0 Examples

.. literalinclude:: ../../../../tests/data/flows/4_0/examples.py
    :language: python
    :linenos:
    :caption: v4.0 Examples

.. literalinclude:: ../../../../tests/data/flows/2_1/examples.py
    :language: python
    :linenos:
    :caption: v2.1 Examples
