SMSAPI
Send text messages programmatically
Reach users instantly with SMS notifications. Perfect for alerts, verification, and time-sensitive communications.
What you can build
Alert on critical errors
Get immediate notification when production breaks.
import { yeetpost } from "yeetpost";
await yeetpost({
connection: "sms",
text: `ALERT: ${service} is down. Error: ${error.message}`,
});Notify on purchases
Instant notification when revenue comes in.
import { yeetpost } from "yeetpost";
await yeetpost({
connection: "sms",
text: `New sale! ${customer.name} purchased ${product.name} for $${amount}`,
});Ready to get started?
Start posting to SMS in minutes.