Notification specific event definitions.

NameDescription
com.voxie.notification.deliveredA notification has been delivered.
com.voxie.notification.undeliveredA notification was not delivered.
com.voxie.notification.failedA notification has failed to send.

com.voxie.notification.delivered

{
  "at": "2021-06-24T15:21:35Z",
  "team_id": 1,
  "notification_id": "1vtkoyb6RlLDJ17Bn1XCqFOHaes"
}

Schema: https://registry.voxie.com/schema/v1/notification/delivered.json.

com.voxie.notification.undelivered

{
  "at": "2021-06-24T15:21:35Z",
  "team_id": 1,
  "notification_id": "1vtkoyb6RlLDJ17Bn1XCqFOHaes"
}

Schema: https://registry.voxie.com/schema/v1/notification/undelivered.json.

com.voxie.notification.failed

{
  "at": "2021-06-24T15:21:35Z",
  "team_id": 1,
  "notification_id": "1vtkoyb6RlLDJ17Bn1XCqFOHaes"
}

Schema: https://registry.voxie.com/schema/v1/notification/failed.json.