send Email without customer reference
send Email without customer reference
Path Parameters
departmentUUID string required
application/json
Request Body required
- Array [
 - ]
 
sendEmailRequest object[]
fromName string
fromEmail string
toList string
ccList string
bccList string
subject string
message string
useDealerEmailCredentials boolean
attachmentUrlAndNameMap object
property name* string
reference string
messagePurposeUuid string deprecated
messagePurposeKey string
messageSendingAttributesLite object
delay int32
sendSynchronously boolean
callBackUrl string
callBackMetadata object
property name* string
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
status string
Possible values: [SUCCESS, FAILURE]
requestUUID string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "status": "SUCCESS",
  "requestUUID": "string",
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "errorUID": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...