Documentation
Sign inGet started

bird email templates

Usage

Codebeispiel
bird email templates

Description

A template owns a permanent handle and one editable draft. Editing the draft never changes what sends: only submitting it freezes the version a send serves. Sending by template lives on email send, whose --template takes the handle or an emt_ id.
Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.

Commands

NameDescription
createCreate an email template and its first editable draft
deleteDelete an email template
duplicateDuplicate an email template
getGet an email template
listList email templates
previewRender a template with sample values
updateUpdate an email template
versionsSubmit, read, and roll back template versions