Websocket > Connect to the websocket server
Connect to the Tallyfy Manufactory websocket server at wss://collector.tallyfy.com/ws, then send…
Once you’ve established a websocket connection with Tallyfy Manufactory1, you can start sending user-generated events through the open channel.
type (required) string - The message type. Here we’ll use event.attributes (required) object - Key-value pairs with attribute names and their values. Make sure you’re using the correct attribute names and data types. See get events schema.{ "type": "event", "attributes": { "event_name": "login", "event_type": "user-actions", "made_purchase": false }}{ "type": "event", "status": "ok"}Websocket > Connect to the websocket server
Collector > Collecting events via websocket
Rest Api > Send events via the REST API
Tallyfy’s event tracking and analytics platform for process automation insights ↩