Skip to content

Commit

Permalink
feat: Add reply to to template preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhong9723 committed Apr 17, 2024
1 parent 696521a commit bea50e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions template.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ type TemplateList struct {

type TemplatePreview struct {
APIResource
Subject string `json:"subject,omitempty"`
Body string `json:"body"`
FromEmailAddress *string `json:"from_email_address,omitempty"`
Subject string `json:"subject,omitempty"`
Body string `json:"body"`
FromEmailAddress *string `json:"from_email_address,omitempty"`
ReplyToEmailAddress *string `json:"reply_to_email_address,omitempty"`
}

0 comments on commit bea50e3

Please sign in to comment.