Coming soon
SMS connections are not available yet. LinkedIn, X, Bluesky, Discord, Telegram and Mastodon are live today. The examples below show how this will work once SMS ships.
SMSAPI
Send text messages programmatically
SMS connections are coming soon. Once they ship, you will be able to reach people instantly with SMS notifications for alerts 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}`,
});Related features
- Send SMS from your terminal
- Automate LinkedIn posts from your code
- Post to X programmatically
- Post to Bluesky from your code
Explore the full catalog on the features hub.
Related resources
Ready to get started?
Start posting to LinkedIn, X, Bluesky, Discord, Telegram and Mastodon today, and be ready when SMS ships.