Send yourself a notification

No account needed. The inbox on this page is the published @notavia/inbox web component, talking to the production Notavia API. Pick an event and it arrives live.

Trigger an event

Connecting your inbox…

await notify.Notifications.SendAsync(new SendNotificationRequest(
    Channel: NotificationChannel.InApp,
    Recipient: new Recipient(Address: null, ExternalUserId: userId))
{
    Subject = "Invoice INV-1042 was paid",
    HtmlBody = "<p>Acme Corp paid €240.00. The receipt is attached to the invoice.</p>",
    TextBody = "Acme Corp paid €240.00. The receipt is attached to the invoice.",
    ActionUrl = "https://saas-infrastructure.com/demo#invoice",
});