{% extends "content_template.html" %} {% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %} {% from "components/sub-navigation.html" import sub_navigation %} {% block per_page_title %} Upload a letter {% endblock %} {% block content_column_content %}

Upload a letter

You can upload and send your own letters instead of creating a reusable letter template.

To upload and send a letter from a PDF file:

  1. Sign in to Notify.
  2. Go to the Uploads page.
  3. Select Upload a letter.
  4. Select Choose file.

Use the letter specification document to help you set up your letter.

{% endblock %}