When a Care agent closes a conversation that was handed over to the agent from a bot, the API invokes a callback. The callback communicates the "close" action to the bot and provides the bot with the ID of the conversation. The API makes the callback using a GET call to the URL provided by the callbackUrl query parameter provided during bot registration.
NoteIf using the Facebook Handover Protocol, Care sends the callback to the bot via Facebook. Khoros Care will not send the callback via the
callbackUrlquery parameter provided upon bot registration.
The callback passes the following parameters:
conversationDisplayIdexternalIdauthorIdnetwork
Here is an example:
https://<callback-url-path>?conversationDisplayId=5050505&externalId=123456789&authorId=9090909&network=facebook