EventSignal
An EventSignal is a wrapper around a Signal that includes additional data from within our system.
Attributes
id
string The unique ID of the signal in our system.data
string The original Signal data that we received.immediateResults
ImmediateResult[] An array of ImmediateResults that were computed in real-time when the signal was received.trusted
boolean Whether this signal was sent from a trusted environment (from a partner integration or using a secure API key).
Last updated