Skip to main content

Hello!

Create ticket

Logout

How can we help?

Search

Home / Getting Started / Create transactional mail

Getting Started

Create transactional mail

Method: POST

https://api-dev.enotifiers.com/api/V1/service/template/getAll

Request details

API Parameters
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

Tabbed Interface
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

Tabbed Interface
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"
          }'
Document