Notifications

Data#

Recipient#

The EID of user who will receive the notification.

Title#

  • Type
    • String
  • Validation
    • Required

Body#

  • Type
    • String
  • Validation
    • Required

Type#

Sample data structure#

{
_id: "someID",
creationDate: "someday",
recipient: "someID",
title: "Hello world",
body: "Lorem ipsum",
}