Tools / Notification Builder

LogIt Notification Builder

Build your LogIt event notification visually. See a real preview, then copy the ready-to-use code.

Quick Presets

Configure Event

Preview

๐Ÿ’ฐ

๐Ÿ’ฐ

๐Ÿ’ฐ

Payment received

New payment from customer

payments
Generated Code
await logit.now("payments", {
  event: "Payment received",
  description: "New payment from customer",
  icon: "๐Ÿ’ฐ",
  notify: true,
  metadata: {
    amount: 4900,
    email: "user@example.com",
  },
});

Put this code to work

Sign up free and start receiving real notifications from your app in minutes.

Start free