The platform type for which to submit metrics.
An object containing data
, an array of contact center queue or skill group metrics.
The contact center queue or skill group ID.
The ISO-8601/RFC-3339-formatted UTC timestamp at which the metrics were last updated.
The metrics were successfully persisted
curl --request PUT \--url 'https://api.getmindful.com/v2/callback/contactCenter/metrics?platformType=amazonConnect' \--header 'Authorization: Bearer 123' \--header 'Content-Type: application/json' \--data '{"data": [{"metrics": {"availableAgentCount": 0,"averageAbandonRate": 0,"averageAnswerTime": 0,"averageHandleTime": 0,"estimatedWaitTime": 0,"estimatedWaitTimeHigh": 0,"loggedInAgentCount": 0,"longestCallWaiting": 0,"queuedCallsCount": 0},"queueId": "string","timestamp": "string"}]}'