MailTemplatesResource
The following resources are part of this group:
/mailTemplates
GET
Returns a list containing mail templates.
Parameters
| name | description | type | default |
|---|---|---|---|
| version | (no documentation provided) | path |
Response Body
| element: | (custom) |
the mail templates
/mailTemplates/{fileName}
The following operations are supported on this resource:
PUT
Upload template with the given file name in the request path. File name of the uploaded file is ignored and file is saved with the name given in the URL.
Parameters
| name | description | type | default |
|---|---|---|---|
| file | the uploaded file | formdata | |
| description | the description to set | formdata | |
| fileName | the file name | path | |
| version | (no documentation provided) | path |
GET
Download mail template with the given file name in the request path.
Parameters
| name | description | type | default |
|---|---|---|---|
| fileName | the file name | path | |
| version | (no documentation provided) | path |
Response Body
| element: | (custom) |
the mail tempalte
DELETE
Delete mail template with the given file name in the request path.
Parameters
| name | description | type | default |
|---|---|---|---|
| fileName | the file name | path | |
| version | (no documentation provided) | path |