Notification
The notification endpoint allows you to send notifications to your users.
The notification object
id
string
Unique identifier for the notification object.
appUser
string
Unique identifier for the application user that the notification was sent to.
isRead
boolean
Boolean value indicating whether or not the user has marked the notification as read. Note: this value will only be changed if the notification channel includes in-app.
createdAt
datetime
UTC datetime object representing the datetime when the notification object was created.
text
string
The rendered text of the notification.
link
string
A link which can be used in the Notifly widget to take users to a certain page after clicking on a notification.
bundleSegment
string
A string which can be used to have finer grain control over how notifications are bundled.
post
https://app.notifly.io
/api/notification
Send notification
Last modified 3yr ago