Tools / Notification Builder
Build your LogIt event notification visually. See a real preview, then copy the ready-to-use code.
Quick Presets
Configure Event
Preview
๐ฐ
๐ฐ
๐ฐ
New payment from customer
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.