{% extends "base.html" %} {% block content %}

29. {{ title }}

The envelope includes a pdf document.

This code example demonstrates how to apply a brand to an envelope.

{% if show_doc %}

Documentation about this example.

{% endif %}

Api method used: Envelopes::Create.

View source file {{ source_file }} on GitHub.

{% if brands %}
We'll never share your email with anyone else.
{% elseif not brands %}

Problem: please first create the brand using example 24.
Thank you.

{% endif %} {% endblock %}