/events
endpoint. The record
object can contain any additional properties of type string
, number
, boolean
, and array of these types but arrays of objects will be rejected.
Events are processed instantly, you can go to your events page and refresh it to see it.
You can send as many as 50 events per second before being rate-limited. We’ll increase these limits as our infrastructure grows, please contact us if you need a custom limit.
Here’s an example payload
event_type
record.id
timestamp
value.
Using our users again, here’s an example where we add a “status” property
premium
status and the previous version will not exist anymore. If you need to keep both versions, you’ll need to provide a different record.id
.
deleted_at
key we added early and set it to something different than null
. Then update the usage product we created earlier to filter out records where deleted_at
is not null like so.
active
boolean field in the user entity that you can toggle to off. The principle stays the same, just set a property to the right value and filter out the elements you don’t want.