Doing some development using postConversationsEmailParticipantReplace
I can successfully transfer the Email to another Queue, or to another user.
Transfer to Users works IF the user Accepts
BUT if they don't choose to accept the email - It disappears.
If you review the interaction history, it shows as completed/closed
I'm making the transfer with the following body
{
"userId": "{{userGuidGoesHere"
}
- Is there anything I can add to make the email not disappear/close?
- Or is there something else I need to do that I am not doing?
Thanks
Lloyd