GET (Create Chat Request)
Creates a social contact with the chat session for the particular chat feed id (<id>) and redirects the feed to the customer chat UI.
URL: |
https://<ServerIP>:<Port>/ccp/rest/chat/<id>/redirect |
HTTPS method: |
GET |
Example https request: |
|
Parameters: | |
Response: |
302 redirect. |
Once submitted, the client needs to continue the chat for the current browser session using the GET/PUT and DELETE operations on URL https://<ServerIP>:<Port>/ccp/rest/chat (without the feedid).