Quickstart - Get started with sending custom notifications to Microsoft Teams using Liveblocks and Next.js
Liveblocks is a realtime collaboration infrastructure for building performant
collaborative experiences. Follow this guide to send
custom notifications
to Microsoft Teams using methods from
@liveblocks/node.
Quickstart
Install Liveblocks Node
Every Liveblocks package should use the same version.
TerminalTrigger a custom notification
Trigger a custom notification using
triggerInboxNotificationfrom a server action or route handler. In this example, a custom$fileUploadednotification is sent.Follow our guide
Follow our step-by-step guide to learn set up MicrosoftTeams notifications.
How to notify users with MicrosoftTeams
What to read next
Congratulations! You've set up Microsoft Teams notifications in your Next.js application.