payload-plugin-email-newsletter
Newsletter management, broadcasts, and releases for Payload CMS
All Skills in This Repository (3)
Pure Emerald Level Indicatorsbroadcast-api
Translate Broadcast API reference details into integration steps for the Payload Newsletter Plugin.
payload-v3-endpoints
Migrate Payload v2 endpoints to v3 handler patterns with req.json().
payload-plugin-release
Automate version bumps, changelog updates, and npm publish for the Payload Newsletter Plugin.
Frequently Asked Questions
FAQPage SchemaHow to install payload-plugin-email-newsletter?โผ
Run `npx skills add aniketpanjwani/payload-plugin-email-newsletter --all -g -y` in your terminal to install all skills in this suite globally.
What does the Payload newsletter plugin do?โผ
It adds subscriber management, magic link authentication, email broadcasts, and scheduling to any Payload CMS v3 project. It supports Resend and self-hosted Broadcast as email providers.
How do I fix Payload v3 endpoint errors like req.data undefined?โผ
The payload-v3-endpoints skill teaches your agent the correct patterns: use `await req.json()` for request bodies and return `Response.json()` instead of the old v2 `res.json()` style.
How does the automated release workflow work?โผ
The payload-plugin-release skill bumps the version, updates the changelog with the current date, and pushes to main. GitHub Actions then handles tagging, npm publishing, and the GitHub release automatically.
Can I send email campaigns directly from Payload CMS?โผ
Yes. The broadcasts feature lets you draft, preview, and publish email campaigns from the Payload admin panel, with automatic sync to your configured email provider.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core