Hi Dev forum ,
I am working on a usecase where as a portion of it , i need to force wrap up on an email conversation after a certain amount of time has lapsed . I am making my test in the api explorer first , before i move to transform this as a data action.
I am using 2 apis for this as follows :
- /api/v2/analytics/conversations/{conversationId}/details ; to get participantid and session id where purpose matches agent
- substitute these values for participantid and communicaition id in the following api - /api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup . In the body i am giving the wrapupcode id and name that i want to enforce,.
Although , on api explorer I do see a 202 success , but when i go and check interactions view , my email interaction is not updated with the enforced wrapup code.
Can someone confirm my understanding of these api's , if correct then what might be the issue ?
Regards
Garima.