mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 10:49:49 -04:00
14 lines
519 B
HTML
14 lines
519 B
HTML
<h2 class="heading-medium">
|
|
Send a document by email
|
|
</h2>
|
|
<p>
|
|
Use double brackets to add a placeholder field to your template. This will contain a secure link to download the document.
|
|
</p>
|
|
<div class="panel panel-border-wide">
|
|
<p>
|
|
Download your document at: ((link_to_document))
|
|
</p>
|
|
</div>
|
|
Next, use the API to upload your document.<!--<p> Follow the instructions to send a document by email in the <a href="https://www.notifications.service.gov.uk/documentation">API client documentation</a>.
|
|
</p>-->
|