Liveblocks

Official
by liveblocks

trigger-inbox-notification

Send tailored inbox notifications to specific users in Liveblocks, enabling real-time alerts with custom activity data for improved collaboration and engagement.

Instructions

Create a custom Liveblocks inbox notification

Input Schema

NameRequiredDescriptionDefault
activityDataYesCustom data related to the notification
kindYes
roomIdNoDon't add this unless specifically asked
subjectIdYes
userIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "activityData": { "additionalProperties": { "type": [ "string", "boolean", "number" ] }, "description": "Custom data related to the notification", "type": "object" }, "kind": { "pattern": "^\\$", "type": "string" }, "roomId": { "description": "Don't add this unless specifically asked", "type": "string" }, "subjectId": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "userId", "kind", "subjectId", "activityData" ], "type": "object" }
ID: x714wi36o5