Coming soon
Email connections are not available yet. LinkedIn, X, Bluesky, Discord, Telegram and Mastodon are live today. The examples below show how this will work once Email ships.
EmailAPI
Send emails from your code
Email connections are coming soon. Once they ship, you will be able to integrate email notifications into your application for alerts, reports, and automated communications.
What you can build
Contact form notifications
Get notified when someone fills out your contact form.
import { yeetpost } from "yeetpost";
await yeetpost({
connection: "email",
text: `New contact from ${form.name}:\n\n${form.message}\n\nReply to: ${form.email}`,
});Weekly reports
Automate your reporting workflow.
import { yeetpost } from "yeetpost";
await yeetpost({
connection: "email",
text: `Weekly Report\n\nUsers: ${stats.users}\nRevenue: $${stats.revenue}\nChurn: ${stats.churn}%`,
});Related features
- Send emails 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 Email ships.