Create transactional mail
Method: POST
https://api-dev.enotifiers.com/api/V1/service/template/getAll
Request details
Parameter | Description | Example |
---|---|---|
sourceEmail string |
The source email for the service. | example@mindorigin.in |
mailName string |
The name of the email. | email_test |
templateCategory string |
The category of the email template. | testing_1 |
templateName string |
The name of the email template. | email_test |
subject string |
The subject of the email. | email_test |
description string |
Description of the email service. | This email is sent to test |
groupName string |
The group name associated with the email service. | test |
Library and SDK
curl --location 'https://api-dev.enotifiers.com/api/V1/service/email/create' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic NjMxZTc2NzVkY2E0NDVjYTg5ZjcwYTMxNTVkYWY5YzI6YWJhMTZlZTE5YWVlNDU2ODk3YmJiMmRkM2M3OGE3NmU=' \
--data-raw '{
"sourceEmail": "string",
"mailName": "string",
"templateCategory": "string",
"templateName": "string",
"subject": "string",
"description": "string",
"groupName": "string"
}'
Success response details
curl -X 'POST' \
'https://api-dev.enotifiers.com/api/V1/service/template/getAll' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"templateCategory": "string"
}'