Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 14:36
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
34653ce

What's Changed

  • feat: /api/v1/transactional-emails by @notnmeyer in #7

    added new transactional email content API: CreateTransactional, GetTransactional, UpdateTransactional, EnsureTransactionalDraft, PublishTransactional, and ListTransactionals — manage transactional email templates (create a draft, edit it via UpdateEmailMessage, publish) instead of only sending.

  • DEPRECATION: ListTransactional is now deprecated. switch to ListTransactionals (which hits /v1/transactional-emails) for the
    richer template shape with draft/published IDs and separate createdAt/updatedAt.

Full Changelog: v0.1.5...v0.2.0