DFS v26.1
Loading

DFS Email Bridge Services API (latest)

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.

Mail

Forward desired email request to Email Service Provider

Receives a desired email request and forwards the request to the configured Email Service Provider.

Authorizations:
Bearer
header Parameters
Accept-Language
string

The ISO 639-1 language to use for localizable data.

Request Body schema:

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)

Responses

Request samples

Content type
{
  • "from": {
    },
  • "to": [
    ],
  • "subject": "testing email",
  • "content": [
    ]
}

Response samples

Content type
application/json
{
  • "messageId": "string",
  • "errorMessages": [
    ],
  • "successful": true
}