Skip to main content

Send Email

POST 

/sendEmail

This API can be used send an email from SSM.

The Authorization must have Bearer followed by Token.

Note: Configure SMTP in SSM before using this API.

Mandatory params:

to, from, subject, body

Optional params:

cc,bcc

Request

Body

    bodystring
    Example: test email body
    ccstring
    Example: tim@saviynt.com
    fromstring
    Example: john@saviynt.com
    subjectstring
    Example: test email subject
    tostring
    Example: john.doe@saviynt.com

Responses

Send Email

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCodestring
    Example: 0
    msgstring
    Example: Successful