Newsletter API
atroui/api-newsletterFreeItem
POST /api/newsletter - Resend audience or SMTP via atroui/api/newsletter.
Install it
npx shadcn@latest add https://atroui.com/r/api-newsletter.jsonSource
1import { handleNewsletterPost } from "atroui/api/newsletter"23export const runtime = "nodejs"45export async function POST(req: Request) {6 return handleNewsletterPost(req)7}
What it pulls in
npm packages
Files it writes
More from atroui
All 82 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Contact APIapi-contact | atroui | Other | Free | 1 dep | |
| OG Generate APIapi-generate | atroui | Other | Free | 1 dep | |
| Scope Chat APIapi-scope | atroui | Other | Free | 1 dep | |
| Thumbnail APIapi-thumbnail | atroui | Other | Free | 1 dep | |
| Waitlist APIapi-waitlist | atroui | Other | Free | 1 dep |
