To create a cover page template in the Retarus Enterprise Fax Portal, you must prepare a Microsoft Word document that contains both static content and dynamic variables. Cover pages can include static text as well as variables that are automatically populated with transmission details, such as the number of pages, sender name, recipient company, and other relevant information.
Prerequisites
-
Microsoft Word
You need Microsoft Word to create.docxdocuments. -
Template design
A clear understanding of your cover page layout and branding requirements. -
Variable knowledge
Knowledge of which dynamic variables you want to include.
Document requirements
-
File format
Only Microsoft Word (.docx) files are supported. -
Maximum file size
Up to 2 MB per template file. -
Static content
Company logos, images, and other branding elements. -
Dynamic variables
Placeholders that are automatically populated with fax transmission data. -
Formatting
Custom fonts, colors, layouts, tables, and styling elements.
Available dynamic variables
You can include the following variables in your cover page template. Copy these variables exactly as shown and place them where you want the dynamic content to appear in your Word document.
📌 Variable namespace
All variables must be referenced using the
faxportalnamespace.
Example
${faxportal.senderCompanyName}The
faxportalnamespace is required and identifies the fax-related data available in templates.
Content variables
|
Variable |
Description |
Type |
Required |
Character limit |
Notes |
|---|---|---|---|---|---|
|
|
Date and time when the fax was sent |
Date |
yes |
- |
|
|
|
Total number of pages in the fax |
Number |
yes |
- |
Document + cover page |
|
|
Subject line of the fax |
String |
yes |
0-100 |
- |
|
|
Message content of the fax |
String |
yes |
0-400 |
- |
Sender variables
Populated from tenant information and user information
|
Variable |
Description |
Type |
Required |
Character limit |
Notes |
|---|---|---|---|---|---|
|
|
Name of the sender's company |
String |
yes |
1-100 |
- |
|
|
Department of the sender |
String |
no |
2-100 |
Does not appear on the Send a fax form |
|
|
Fax number of the sender |
Number |
no |
6-20 |
- |
|
|
Email address of the sender |
String |
no |
6-254 |
- |
|
|
First name of the sender |
String |
no |
2-50 |
Recommended: 35 characters or fewer for senders in the USA, and up to 50 elsewhere in other countries |
|
|
Last name of the sender |
String |
no |
2-50 |
Recommended: 35 characters or fewer for senders in the USA, and up to 50 elsewhere in other countries |
|
|
Job title of the sender |
String |
no |
2-50 |
- |
Recipient variables
Populated from the address book
|
Variable |
Description |
Type |
Mandatory |
Character limit |
Notes |
|---|---|---|---|---|---|
|
|
Name of the recipient's company |
String |
no |
1-100 |
- |
|
|
Fax number where the document is being sent |
String |
no |
6-20 |
- |
|
|
Name of the person receiving the fax |
String |
no |
2-100 |
- |
Creating your Word template
Follow these steps to create your cover page template document:
Sample template structure
[COMPANY LOGO]
TO FROM
${faxportal.recipientCompanyName} ${faxportal.senderCompanyName}
${faxportal.recipientContactPerson} ${faxportal.senderFirstName}
${faxportal.senderLastName}
Fax: ${faxportal.recipientNumber} Fax: ${faxportal.senderNumber}
Email: ${faxportal.senderEmail}
Date: ${faxportal.dateSentAt?string("dd-MM-yyyy HH:mm")}
Pages: ${faxportal.numberOfPages}
────────────────────────────────────────────────────────────────────
SUBJECT
${faxportal.subject}
MESSAGE
${faxportal.message}