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
404
Not Found
Operation doesn't return any data structure
Greeting Service Operations
POST
Create Greeting
DELETE
Delete Greeting
POST
Email Greeting
GET
Get Greeting
GET
List Greetings
GET
Say Hello
PUT
Update Greeting