Dokaai Documentation
Dokaai helps you deliver product notifications across email, in-app, SMS, and push. Use these docs to ship faster with secure APIs, server SDKs, and UI components.
Start in Minutes
Build With Dokaai
Choose a Path
- Product teams: build notification UX, preferences, and in-app inboxes.
- Engineering teams: integrate APIs, SDKs, and webhooks.
- Growth teams: analyze delivery and engagement across channels.
Example Node.js Code
const send = require("dokaai/send");
send({
api_key: process.env.DOKAAI_API_KEY,
user: { email: "user@example.com" },
content: {
subject: "Welcome to Dokaai!",
message: "Your account has been created successfully.",
},
});