Conversation/Interaction missing in the list

i have created a Conversation via Email. And Email Sent successfully to PureCloud. But i wont see any Conversation details in the query list. Kindly let me know what might be the issue.

Can you provide more details about what you're doing? What API resource are you calling? What is your query body? Can you see the emails in the PureCloud UI?

I am able to see emails in queue using POST /api/v2/analytics/conversations/details/query with this query body:

{
 "interval": "2017-05-09T06:00:00.000Z/2017-05-10T06:00:00.000Z",
 "order": "asc",
 "orderBy": "conversationStart",
 "paging": {
  "pageSize": 25,
  "pageNumber": 1
 },
 "segmentFilters": [
  {
   "type": "or",
   "predicates": [
    {
     "type": "dimension",
     "dimension": "queueId",
     "operator": "matches",
     "value": "636f60d4-04d9-4715-9350-7125b9b553db"
    }
   ]
  }
 ]
}

Hi Tim,

In My Application, i have used the following api, to generate random email and send the message to the generated email with respective Queue Id and Skill Id

/api/v2/routing/email/domains/xxxdomain.mypurecloud.com/routes.

Usually, as soon as i send mail to purecloud, the matching Queue and Skill Person will get the interaction.

But a strange thing happened, for two interactions, we did not receive any interaction notification to the respective user. i have checked my logs and verified. Emails has been sent to Purecloud without any exceptions. Later i have checked the conversations query api to verify the interactions,

{"interval":"2017-05-05T02:42:58Z/2017-05-05T23:59:59Z","conversationFilters":[],"evaluationFilters":[],"segmentFilters":[],"aggregations":[],"paging":{"pageSize":100,"pageNumber":1},"order":"ASC","orderBy":"conversationStart"}

Usually i will get all interactions with in the given interval. But the two missing interactions i did not find any information. I just want to know, is there any way to track those or we are missing any thing. And this happened only for two interactions, created on 5th May 2017.

Missing data issues need to go to PureCloud Support since it requires more troubleshooting than can be done on this forum.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.