Available Email Templates
Vantage offers the following email templates:Modifying an Email Template
To modify an email template, follow these steps:Getting Access to the Vantage Mail Service
To get access to the mail service:- Get access to the Mail service API through
http://localhost:8080or another port:
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:
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: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.

