Skip to content

Collecting events via websocket

A websocket connection in Tallyfy Manufactory provides real-time bi-directional data exchange with the server. It’s ideal for long-lived sessions in browsers.

Manufactory > Collector

The Tallyfy Manufactory collector enables sending actor data and events through REST API websocket or CLI agent methods with data viewable in a custom interface after creating required schemas.

Websocket > Connect to our web socket server

Tallyfy Manufactory websocket authentication requires establishing a connection to wss://collector.tallyfy.com/ws then sending an auth message with five required keys (type org_id project_id client_uuid actor_profile_id) to pair the connection with the authenticated client before events can be transmitted.

Collector > Collecting events via the REST API

The Tallyfy Manufactory REST API enables transmission of actors data and events into the platform through multiple integration methods including REST API websocket and CLI agent options with secure authentication and data collection capabilities.

Websocket > Send events via the web socket

Websocket events can be sent to Tallyfy Manufactory using a JSON message containing a type field set to “event” and an attributes object with the event data which returns a confirmation message upon successful processing.