Skip to main content
Default email texts sent by Vantage include ABBYY-specific information, such as ABBYY customer support emails, GDPR notices from ABBYY, and footers with ABBYY copyrights. You can modify the templates for these emails to include your own details and make them specific to your company.

Available Email Templates

Vantage offers the following email templates:

Modifying an Email Template

To modify an email template, follow these steps:
  1. Get access to the Vantage mail service
  2. Get the email template details
  3. Update the email template

Getting Access to the Vantage Mail Service

To get access to the mail service:
  1. Get access to the Mail service API through http://localhost:8080 or another port:
Sample terminal output:

Getting the Email Template Details

To get the markup for an existing email template, send a GET request to the templates resource (http://localhost:8080) as follows:
Sample response:
The response will not contain the attachments, which will instead be placed in the email template. They must be specified and can additionally be modified when updating the template.

Updating an Email Template

To replace an email template, send a PUT request to the templates resource:
Request body:

Template Elements

The subject and body template parameters must remain unchanged. Do not add, remove, or modify them.
Always include all attachments, even if you don’t intend to modify them. The request completely replaces the email template.

Default Attachments

Every Vantage email template contains these four attached images:

Sample Request

Converting Files to Base64

To get the base64 string representation of a file, execute the following command: