Content and Structure
All the notifications sent by Trio uses the following structure:
- ref_idis the identification from the reference
- categoryspecifies which category the event belongs
- typespecifies what type of event from the category
{
  "ref_id": "",
  "category": "",
  "type": "",
  "timestamp": "",
  "data": {}
}Last updated
Was this helpful?

