Download OpenAPI specification:
Contains functionality around sending email.
For endpoints that support localization the language can be passed either as a query string parameter (using the name 'language') or in the 'accept-language' header.
If no language is passed to such endpoints then the default configured language will be used.
Receives a desired email request and forwards the request to the configured Email Service Provider.
| Accept-Language | string The ISO 639-1 language to use for localizable data. |
The request DTO
object (EmailAddress) | |
Array of objects or null (EmailAddress) | |
Array of objects or null (EmailAddress) | |
Array of objects or null (EmailAddress) | |
object (EmailAddress) | |
| subject | string or null |
Array of objects or null (BodyContent) | |
Array of objects or null (EmailAttachment) | |
| priorityTypeKey | string (PriorityTypeKey) Enum: "Normal" "Low" "High" |
Array of objects or null (HeaderItem) |
{- "from": {
- "address": "cosmin.ivan@additiv.com"
}, - "to": [
- {
- "address": "cosmin.ivan@additiv.com"
}
], - "subject": "testing email",
- "content": [
- {
- "type": "text/plain",
- "value": "Hello!"
}
]
}{- "messageId": "string",
- "errorMessages": [
- "string"
], - "successful": true
}