🔐 Plus Plugin Only: This is only available in the Plus version of the plugin. Get the Plus plugin here.

Fields

The following fields are available in this action:

FieldTypeDescription
User IDTextThe unique identifier of the user to retrieve notifications for.

Returned Values

The following values are returned by the action: [] indicates an array of objects.

KeyTypeDescription
body.data[]ArrayAn array of notification objects related to the threads.
body.data[].kindTextThe kind of notification, typically "thread".
body.data[].idTextThe unique identifier of the notification.
body.data[].threadIdTextThe unique identifier of the thread related to the notification.
body.data[].roomIdTextThe unique identifier of the room where the thread exists.
body.data[].notifiedAtDate/TimeThe timestamp when the notification was generated.
body.data[].readAtDate/TimeThe timestamp when the notification was read. This will be null if it hasn’t been read yet.
error.status_codeNumberThe HTTP status code returned by the API (e.g., 200 for success).
error.status_messageTextThe HTTP status message returned by the API (e.g., "OK").
error.bodyTextThe raw error body message as a string.
returned_an_errorBooleanA flag indicating whether the API returned an error. false means no error occurred.