send Email without customer reference
send Email without customer reference
Path Parameters
departmentUUID string required
application/json
Request Body required
sendEmailRequest object[]
messageSendingAttributesLite object
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
status string
Possible values: [SUCCESS
, FAILURE
]
requestUUID string
errors object[]
warnings object[]
{
"status": "SUCCESS",
"requestUUID": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:departmentUUID/email
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/email' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"sendEmailRequest": [
{
"fromName": "string",
"fromEmail": "string",
"toList": "string",
"ccList": "string",
"bccList": "string",
"subject": "string",
"message": "string",
"useDealerEmailCredentials": true,
"attachmentUrlAndNameMap": {},
"reference": "string",
"messagePurposeKey": "string"
}
],
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/email' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"sendEmailRequest": [
{
"fromName": "string",
"fromEmail": "string",
"toList": "string",
"ccList": "string",
"bccList": "string",
"subject": "string",
"message": "string",
"useDealerEmailCredentials": true,
"attachmentUrlAndNameMap": {},
"reference": "string",
"messagePurposeKey": "string"
}
],
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
go / native
curl -L -X POST '/communications/department/:departmentUUID/email' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"sendEmailRequest": [
{
"fromName": "string",
"fromEmail": "string",
"toList": "string",
"ccList": "string",
"bccList": "string",
"subject": "string",
"message": "string",
"useDealerEmailCredentials": true,
"attachmentUrlAndNameMap": {},
"reference": "string",
"messagePurposeKey": "string"
}
],
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/email' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"sendEmailRequest": [
{
"fromName": "string",
"fromEmail": "string",
"toList": "string",
"ccList": "string",
"bccList": "string",
"subject": "string",
"message": "string",
"useDealerEmailCredentials": true,
"attachmentUrlAndNameMap": {},
"reference": "string",
"messagePurposeKey": "string"
}
],
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/email' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"sendEmailRequest": [
{
"fromName": "string",
"fromEmail": "string",
"toList": "string",
"ccList": "string",
"bccList": "string",
"subject": "string",
"message": "string",
"useDealerEmailCredentials": true,
"attachmentUrlAndNameMap": {},
"reference": "string",
"messagePurposeKey": "string"
}
],
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/email' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"sendEmailRequest": [
{
"fromName": "string",
"fromEmail": "string",
"toList": "string",
"ccList": "string",
"bccList": "string",
"subject": "string",
"message": "string",
"useDealerEmailCredentials": true,
"attachmentUrlAndNameMap": {},
"reference": "string",
"messagePurposeKey": "string"
}
],
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/email' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"sendEmailRequest": [
{
"fromName": "string",
"fromEmail": "string",
"toList": "string",
"ccList": "string",
"bccList": "string",
"subject": "string",
"message": "string",
"useDealerEmailCredentials": true,
"attachmentUrlAndNameMap": {},
"reference": "string",
"messagePurposeKey": "string"
}
],
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/email' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"sendEmailRequest": [
{
"fromName": "string",
"fromEmail": "string",
"toList": "string",
"ccList": "string",
"bccList": "string",
"subject": "string",
"message": "string",
"useDealerEmailCredentials": true,
"attachmentUrlAndNameMap": {},
"reference": "string",
"messagePurposeKey": "string"
}
],
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/email' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"sendEmailRequest": [
{
"fromName": "string",
"fromEmail": "string",
"toList": "string",
"ccList": "string",
"bccList": "string",
"subject": "string",
"message": "string",
"useDealerEmailCredentials": true,
"attachmentUrlAndNameMap": {},
"reference": "string",
"messagePurposeKey": "string"
}
],
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'