v0.2.0
·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
-
feat:
/api/v1/transactional-emailsby @notnmeyer in #7added 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