dreamplay-hermes-email-campaigns

Generate DreamPlay email campaign drafts via the Hermes API.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/musical-basics/hermes-build-2 --skill dreamplay-hermes-email-campaigns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dreamplay-hermes-email-campaigns
Source: https://github.com/musical-basics/hermes-build-2/tree/main/skills/productivity/dreamplay-hermes-email-campaigns
Command: npx skills add https://github.com/musical-basics/hermes-build-2 --skill dreamplay-hermes-email-campaigns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines the creation, editing, and safe delivery of DreamPlay email campaign drafts, eliminating manual API quirks and unsafe recipient targeting.

Core Features & Use Cases

  • Verify workspace and audience before drafting.
  • Pull starred media assets from the DreamPlay media index and embed public URLs.
  • Create campaigns with a minimal payload, then patch full HTML.
  • Enforce explicit subscriber ID targeting to prevent accidental mass sends.
  • Support both customer‑update and concert‑specific email workflows, including optional Copilot assistance.

Quick Start

Create a DreamPlay email draft for the “Customer Update” audience using the Hermes API.

Frequently Asked Questions about dreamplay-hermes-email-campaigns

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

FAQPage Schema
How do I automate email campaign drafts using the Hermes API?

You can automate email campaign drafts using the Hermes API by creating a minimal campaign payload, patching the full HTML content, and authenticating with a Bearer token to ensure safe and structured delivery.

How do I embed media assets into marketing emails via API?

To embed media assets into marketing emails via API, you pull starred assets directly from the DreamPlay media index and insert their public URLs into your HTML campaign draft before sending.

Can I safely send API-generated emails to specific subscribers without mass mailing?

Yes, you can safely send API-generated emails without mass mailing by explicitly specifying subscriber IDs in your payload, which enforces secure recipient targeting and prevents accidental bulk sends.

What is required to authenticate Hermes API requests for email campaigns?

Authenticating Hermes API requests for email campaigns requires a Bearer token in your HTTP headers, ensuring your workspace and audience are verified before drafting or sending any marketing content.

How do I patch HTML content into an existing email campaign draft?

You patch HTML content into an existing email campaign draft by sending an HTTP PATCH request to the Hermes API with your full HTML payload, updating the minimal initial campaign record.

Why do my API email campaigns fail to send to the intended audience?

API email campaigns fail to send when workspace verification is incomplete, Bearer authentication is missing, or explicit subscriber IDs are not specified for secure recipient targeting.