Liveblocks

Official
by liveblocks

get-inbox-notifications

Retrieve recent inbox notifications from Liveblocks by specifying user ID, filtering unread messages, and setting limits for efficient inbox management.

Instructions

Get recent Liveblocks inbox notifications

Input Schema

NameRequiredDescriptionDefault
limitNo
queryNo
startingAfterNo
userIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "type": "number" }, "query": { "additionalProperties": false, "properties": { "unread": { "type": "boolean" } }, "required": [ "unread" ], "type": "object" }, "startingAfter": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "userId" ], "type": "object" }
ID: x714wi36o5