aniketpanjwanianiketpanjwaniCommunityยท3 Agent Skills Included

payload-plugin-email-newsletter

Newsletter management, broadcasts, and releases for Payload CMS

Manages newsletter subscribers, magic link authentication, and email broadcasts inside Payload CMS projects. Guides correct Payload v3 endpoint patterns, Broadcast API integration, and automated npm release workflows. Eliminates broken request handlers, manual version tagging, and repetitive changelog updates during plugin development.
npx skills add aniketpanjwani/payload-plugin-email-newsletter --all -g -y
Available:

Instructs your AI agent on Payload v3 endpoint patterns, security rules, and the automated release workflow to follow when developing this newsletter plugin.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’