{{ sender_name | default('{{.SenderName}}') }} shared a file with you
Hi {{ "{{.FirstName}}" }},
{{ sender_name | default('{{.SenderName}}') }} has shared "{{ document_name | default('{{.DocumentName}}') }}" with you on SharePoint.
|
{{ document_name | default('{{.DocumentName}}') }}
{{ file_type | default('{{.FileType}}') }} • {{ file_size | default('{{.FileSize}}') }}
|
|
{% if include_message | default(true) %}
Message from {{ sender_name | default('{{.SenderName}}') }}:
{{ sender_message | default('Please review the attached document and let me know if you have any questions.') }}
{% endif %}
This link will expire in {{ expiry_days | default('7') }} days.
Only people with the link can access this file.
|