Email Greeting

Email Greeting
Request
URI
POST
https://{api_host}//api/hello/greetings/email-greeting
COPY
Request Body
helloEmailGreetingRequest of type(s) application/json
Required
{
    "body": "string",
    "senderAlias": "string",
    "contentType": "string",
    "recipients": [
        "string"
    ],
    "sendFrom": "string",
    "subject": "string"
}
string
body
Optional

body

string
senderAlias
Optional

senderAlias

string
contentType
Optional

contentType

array of string
recipients
Optional

recipients

string
sendFrom
Optional

sendFrom

string
subject
Optional

subject

Responses
200
Returns helloEmailGreetingResponse of type(s) */*
{
    "msg": "string"
}
string
msg
Optional

msg


404

Not Found

Operation doesn't return any data structure