[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Create Email Template Deprecated
DescriptionNote: This method is deprecated and will be removed in next release.
Use the recommended public method, instead (see POST /api/notifications/templates
)
Request
URLURL
https://localhost/suite-api/api/notifications/email/templates
Request Body
Request Body
email-template
of type(s) application/json, application/xml
Required
E-mail template as payload Notes Examples for new/updated/canceled Alerts)
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
EmailTemplate
of type(s) application/json, application/xml
The newly created e-mail template
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"html":false,"id":"string","name":"string","template":"string"}' https://localhost/suite-api/api/notifications/email/templates
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Notifications Operations
delete
post
delete