Liveblocks

Official
by liveblocks

get-inbox-notification

Retrieve a specific inbox notification from Liveblocks by providing the userId and inboxNotificationId to manage user alerts effectively.

Instructions

Get a Liveblocks inbox notification

Input Schema

NameRequiredDescriptionDefault
inboxNotificationIdYes
userIdYes

Input Schema (JSON Schema)

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