broadcast-api

Translate Broadcast API reference details into integration steps for the Payload Newsletter Plugin.

46|5|Updated Jun 15, 2025
One-click install
npx skills add https://github.com/aniketpanjwani/payload-plugin-email-newsletter --skill broadcast-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: broadcast-api
Source: https://github.com/aniketpanjwani/payload-plugin-email-newsletter/tree/main/.claude/skills/broadcast-api
Command: npx skills add https://github.com/aniketpanjwani/payload-plugin-email-newsletter --skill broadcast-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Broadcast API documentation provides a precise reference for integrating with the Broadcast email provider within the Payload Newsletter Plugin, enabling developers to understand authentication, endpoints, and expected payloads to build reliable campaigns.

Core Features & Use Cases

  • Comprehensive Endpoints: List and manage broadcasts, subscribers, and related resources via RESTful endpoints with clear request/response schemas.
  • Authentication & Security: Guidance on Bearer token usage, token scopes, and best practices for securing API access.
  • Diagnostics & Debugging: Examples for error handling, status codes, and common pitfalls to streamline integration testing.
  • Use Case: Integrate a new broadcast campaign by creating a broadcast object, associating subscribers, and triggering send operations through the API.

Quick Start

Refer to the Broadcast API references to configure your base URL and token, then begin by listing broadcasts to verify connectivity.

Frequently Asked Questions about broadcast-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate Broadcast API requests in the Payload Newsletter Plugin?

Broadcast API authentication uses Bearer tokens to secure access within the Payload Newsletter Plugin. You must configure your token scopes and base URL correctly to ensure deterministic, testable integrations for managing broadcasts and subscribers.

How do I create and send a broadcast campaign using the Broadcast API?

To integrate the Broadcast API, configure your base URL and authentication token, then verify connectivity by listing existing broadcasts. You can then create a broadcast object, associate subscribers, and trigger send operations through the documented RESTful endpoints.

What endpoints are available for managing Broadcast API subscribers?

The Broadcast API provides comprehensive RESTful endpoints with clear request and response schemas for listing and managing subscribers. Endpoint paths and HTTP methods align with the specification to enable deterministic integrations in both development and production environments.

How do I handle error responses and status codes when triggering Broadcast API campaigns?

Broadcast API diagnostics provide examples for error handling, status codes, and common pitfalls to streamline integration testing. Aligning your error handling with the API specification ensures deterministic, testable integrations when triggering send operations for campaigns.

Can I use the Broadcast API reference for both development and production environments?

Yes, the Broadcast API reference supports configuring base URLs, tokens, and request bodies for both development and production environments. This ensures endpoint paths, HTTP methods, and status codes align consistently across different deployment contexts.

What are common pitfalls when configuring request bodies for Broadcast API integration?

Common Broadcast API integration pitfalls involve misconfigured request bodies, incorrect token scopes, and misaligned endpoint paths. The reference documentation provides diagnostics and debugging examples to help developers avoid these issues and ensure reliable campaign operations.