Skip to main content

telegraph

Integrate real-time notifications with our open-source, scalable, drop-in
Notification as a Service.

CLI demo

Deploy to Amazon Web Services using Telegraph's CLI

Integration is quick and easy with the Backend and Frontend SDKs

import Telegraph from "@telegraph-notify/backend-sdk";

// Enter secret key and HTTP Gateway URL
const telegraph = new Telegraph(secretKey, httpGateway);

// Send a Notification
telegraph.send({
user_id,
channels: {
in_app?: {
message
},
email?: {
subject,
message,
},
slack?: {
message,
},
},
});

Track & trace notifications with the dashboard