Use our APIs to send transactional notifications, engage with users, and more.
import { sendEmail } from "@protoxyz/notifications";
const to = "newsignup@gmail.com";
await sendEmail({
to,
template: "Welcome",
channel: "email-pxyz",
delay: "1h",
});
Send and receive notifications and messages to your users via email, SMS, push notifications, in-app messaging, and more.
Simple and well documented APIs and SDKs for every platform.
Create beautiful email templates with our drag and drop editor.
Track your email opens, clicks, and bounces with our analytics dashboard.
Create beautiful SMS templates with our editor.
Schedule your notifications to be sent at a specific time.