Create or update an auth email template
PUT/auth/email-templates/:type
Idempotent upsert keyed by application + type. MJML sources are compiled
to HTML on save; compile errors return 400 with details.
Request
Responses
- 200
- 400
- 401
- 413
Template upserted
Validation or MJML compile error
Missing or invalid application credentials
Request body exceeds the maximum allowed size (currently 25 MB). See https://zyphr.dev/resources/api-limits for limits and guidance.