{
"model": {
"touchpoint": {
"topic": "string",
"details": "string",
"source": "string",
"sourceUrl": "string",
"touchDate": "2019-08-24T14:15:22Z",
"touchTime": "2019-08-24T14:15:22Z",
"analysis": {
"mood": -2,
"summary": "string"
},
"peopleInvolved": [
{
"peopleId": "string",
"firstname": "string",
"lastname": "string",
"businessCardId": "string",
"companyId": "string",
"iconUrl": "string",
"highlighted": true,
"participantRole": "string",
"integrationInitiator": {
"name": "string",
"icon": {
"iconUrl": "string",
"backgroundColorCss": "string",
"opacityCss": 0
}
},
"isPrivateBc": true,
"contactInfo": "string",
"contactInfoType": "string"
}
],
"channel": {},
"priority": "string",
"isOutgoing": true,
"orgaTags": [
{
"id": "string",
"text": "string"
}
],
"objectLinks": [
{
"relationIds": [
{
"key": "string",
"value": "string"
}
],
"identifier": "string"
}
],
"note": "string"
},
"receiver": "john.doe@testing.com",
"sender": "jane.doe@testing.com",
"senderName": "John Doe",
"communicationChannelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
curl --location --request POST 'https://api.cobra.de/v1/crm/touchpoints/create-send-email' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": {
"touchpoint": {
"topic": "string",
"details": "string",
"source": "string",
"sourceUrl": "string",
"touchDate": "2019-08-24T14:15:22Z",
"touchTime": "2019-08-24T14:15:22Z",
"analysis": {
"mood": -2,
"summary": "string"
},
"peopleInvolved": [
{
"peopleId": "string",
"firstname": "string",
"lastname": "string",
"businessCardId": "string",
"companyId": "string",
"iconUrl": "string",
"highlighted": true,
"participantRole": "string",
"integrationInitiator": {
"name": "string",
"icon": {
"iconUrl": "string",
"backgroundColorCss": "string",
"opacityCss": 0
}
},
"isPrivateBc": true,
"contactInfo": "string",
"contactInfoType": "string"
}
],
"channel": {},
"priority": "string",
"isOutgoing": true,
"orgaTags": [
{
"id": "string",
"text": "string"
}
],
"objectLinks": [
{
"relationIds": [
{
"key": "string",
"value": "string"
}
],
"identifier": "string"
}
],
"note": "string"
},
"receiver": "john.doe@testing.com",
"sender": "jane.doe@testing.com",
"senderName": "John Doe",
"communicationChannelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}'
{
"data": true,
"message": null,
"metaData": null,
"statusCode": 200
}