Email Greeting
Request
URI
POST
https://{api_host}/api/hello/greetings/email-greeting
COPY
Request Body
helloEmailGreetingRequest
of type(s)
application/json
Required
"helloEmailGreetingRequest Object"
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
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/hello/greetings/email-greeting
Greeting Service Operations
GET
Say Hello
POST
Create Greeting
GET
List Greetings
POST
Email Greeting
PUT
Update Greeting
DELETE
Delete Greeting
GET
Get Greeting