{% from "components/uk_components/inset-text/macro.njk" import govukInsetText %}

Send a document by email

Use double brackets to add a placeholder field to your template. This will contain a secure link to download the document.

{{ govukInsetText({ "text": "Download your document at: ((link_to_file))", "classes": "govuk-!-margin-top-0 govuk-!-margin-bottom-3"}) }} Next, use the API to upload your document. Follow the instructions to send a document by email in the API documentation.