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:

https://<ServerIP>:<Port>/ccp/rest/chat/<id>redirect?title=Test_Title&author=Test_Author

Parameters:

See Chat Feed API Parameters (Create Chat Request).

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).