Sign in

Quickstart - Get started with receiving collaborative notifications with webhooks using Liveblocks and Next.js

Liveblocks is a realtime collaboration infrastructure for building performant collaborative experiences. Follow this guide to receive webhooks events for collaboration notifications using methods from @liveblocks/node.

Quickstart

  1. Have your Liveblocks app ready

    To receive collaboration webhook events, they need to be triggered from your front-end application, for example when a new comment is added to a thread in your Liveblocks app. If you haven't set up an app yet, get started with Comments before continuing.

  2. Install Liveblocks Node

    Every Liveblocks package should use the same version.

    Terminal
    npm install @liveblocks/node
  3. Follow our guide

    Follow our step-by-step guide to learn set up webhooks for notifications.

    How to notify users with webhooks

What to read next

Congratulations! You’ve set up external notifications in your Next.js application.


Examples using Notifications