Genea - Triton ULTRA Integration Guide
Link to Integration Guide on Genea Website
Critical Technical Settings
To ensure the integration works, use the following Platform Integration settings on your Triton sensor:
-
Server URL:
https://api-sensor.sequr.io/v1/triton/event -
Method: POST
-
Content-Type:
application/json -
Auth Method: Basic Auth (using the Key/Value generated in Genea)
-
Heartbeat Interval: 1 Minute (Recommended)
JSON Payload (Copy/Paste for Set/Reset):
JSON
{
"uuid": "%DEVICE@UUID%",
"ip": "%SYSTEM@IP%",
"mac": "%SYSTEM@MAC%",
"date": "%SYSTEM@DATE%",
"time": "%SYSTEM@TIME%",
"trigger": "%EID@TRIGGER%",
"allData": "%DATA@ALL%"
}
Pro-Tip:
Genea is highly specific about Event Identifiers. If the identifier isn't exact, the alert will fail:
⚠️ Case-Sensitivity Alert: When naming your events in the Triton dashboard to match Genea, they must be exact. For example, use
Vape(Capital V) andKeyword_Help_Me. If the spelling or capitalization is off, Genea will not log the event.