{
"senderEmail": "info@cobra.de",
"senderName": "cobra GmbH",
"senderAccountType": "Transactional",
"recipientEmail": "user@example.com",
"isEmailRendered": true,
"renderingDataContext": {
"peopleId": "string",
"businessCardId": "string"
},
"subject": "string",
"body": "string",
"attachments": [
{
"fileUrl": "string",
"displayName": "string",
"fileSize": 0
}
],
"embeddedImages": [
{
"imageUrl": "string",
"displayName": "string",
"fileSize": 0,
"contentType": "string"
}
]
}curl --location --request POST 'https://api.cobra.de/v1/crm/templates/email-processing/test-email-sending' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de' \
--header 'Content-Type: application/json' \
--data-raw '{
"senderEmail": "info@cobra.de",
"senderName": "cobra GmbH",
"senderAccountType": "Transactional",
"recipientEmail": "user@example.com",
"isEmailRendered": true,
"renderingDataContext": {
"peopleId": "string",
"businessCardId": "string"
},
"subject": "string",
"body": "string",
"attachments": [
{
"fileUrl": "string",
"displayName": "string",
"fileSize": 0
}
],
"embeddedImages": [
{
"imageUrl": "string",
"displayName": "string",
"fileSize": 0,
"contentType": "string"
}
]
}'{
"data": null,
"message": "Entity could not be found.",
"metaData": null,
"statusCode": 404
}