send Email without customer and sender reference
send Email without customer and sender reference
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
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...