Download OpenAPI specification:Download
The Email Notifer HTTP API.
| api-version | string |
| notificationTypeName | string or null |
object (SendEmailRequestDestination) | |
object (SendEmailRequestEmailMessage) | |
| messageCorrelationId | string or null |
{- "notificationTypeName": "string",
- "destination": {
- "toAddresses": [
- "string"
], - "bccAddresses": [
- "string"
], - "ccAddresses": [
- "string"
]
}, - "message": {
- "body": {
- "html": {
- "data": "string",
- "charset": "string"
}, - "text": {
- "data": "string",
- "charset": "string"
}
}, - "subject": {
- "data": "string",
- "charset": "string"
}
}, - "messageCorrelationId": "string"
}