Documentation

Get started

Install the SDK and send your first message in under five minutes.

npm install sentify

import { Sentify } from "sentify";
const sentify = new Sentify(process.env.SENTIFY_KEY);

await sentify.email.send({
  to: "[email protected]",
  subject: "Welcome",
  text: "Hello from Sentify"
});

SMS

Send programmable SMS worldwide.

Email

Transactional & broadcast email.

WhatsApp

Templates & two-way messaging.

Webhooks

Signed, idempotent events.