{
"peopleId": "string",
"touchpointId": "string"
}
curl --location --request POST 'https://api.cobra.de/v1/crm/touchpoints/ai/next-best-action' \
--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 '{
"peopleId": "string",
"touchpointId": "string"
}'
{
"data": {
"recommendation1": {
"channelType": "string",
"channelSubType": "string",
"scoring": "string",
"scoringReason": "string",
"goal1": "string",
"goal2": "string",
"goal3": "string"
},
"recommendation2": {
"channelType": "string",
"channelSubType": "string",
"scoring": "string",
"scoringReason": "string",
"goal1": "string",
"goal2": "string",
"goal3": "string"
}
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22Z"
},
"statusCode": 0
}