Learn about the Khoros Flow Socket API used to integrate Flow in a client-facing app

The Flow Socket API is a real time messaging API that allows you to send and receive messages from Flow using web sockets.

Get started with Flow Socket

Here is a general overview how you'll use the API:

  1. Request a Socket endpoint (GET)
  2. Open a Socket connection (WSS)
  3. Send messages and receive messages messages
  4. Keep the connection alive.