Content and Structure

All the notifications sent by Trio uses the following structure:

  • ref_id is the identification from the reference

  • category specifies which category the event belongs

  • type specifies what type of event from the category

{
  "ref_id": "",
  "category": "",
  "type": "",
  "timestamp": "",
  "data": {}
}

Last updated

Was this helpful?