What problem does it solve?
Designing marketing and transactional emails for PostHog workflows requires authoring structured design JSON that renders correctly in the visual editor, handles Liquid personalization, and survives email client quirks — a process that is error-prone when done by hand.
Core Features & Use Cases
- Template authoring and round-trip editing: Compose Unlayer design JSON, create templates via
workflows-create-email-template, and safely edit them with read–modify–write or id-addressed patch operations.
- Liquid personalization and compliance: Insert personalized variables with default fallbacks, unsubscribe links, and click-tracking opt-outs for deeplinks.
- Image management: Reuse or upload email images through a presigned upload flow with size and format constraints.
- Use Case: A marketer asks for a welcome email for new signups; the Skill composes a branded design, uploads the logo, saves the template, and returns an edit link plus a rendered preview.
Quick Start
Ask the assistant to design a welcome email template for new PostHog signups with your brand colors and logo.