{
"receiverList": "john.doe@testing.com;max.mustermann@testing.com",
"ccReceiverList": "john.doe@testing.com;max.mustermann@testing.com",
"bccReceiverList": "john.doe@testing.com;max.mustermann@testing.com",
"sender": "jane.doe@testing.com",
"senderName": "John Doe",
"communicationChannelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"usedEmailTemplateId": "f2c4567da2345678ab34567e"
}curl --location --request POST 'https://api.cobra.de/v1/crm/touchpoints//email' \
--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 '{
"receiverList": "john.doe@testing.com;max.mustermann@testing.com",
"ccReceiverList": "john.doe@testing.com;max.mustermann@testing.com",
"bccReceiverList": "john.doe@testing.com;max.mustermann@testing.com",
"sender": "jane.doe@testing.com",
"senderName": "John Doe",
"communicationChannelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"usedEmailTemplateId": "f2c4567da2345678ab34567e"
}'{
"data": true,
"message": null,
"metaData": null,
"statusCode": 200
}