Skip to content

Commit

Permalink
feat: Expose template.enabled property & can_toggle permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pitsilos committed May 25, 2024
1 parent 39bb339 commit d40d6e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ type Template struct {
Position int `json:"position"`
CanRevert bool `json:"can_revert"`
CanDelete bool `json:"can_delete"`
CanToggle bool `json:"can_toggle"`
FromEmailName *string `json:"from_email_name,omitempty"`
ReplyToEmailName *string `json:"reply_to_email_name,omitempty"`
DeliveredByClerk bool `json:"delivered_by_clerk"`
Enabled bool `json:"enabled"`
Subject string `json:"subject"`
Markup string `json:"markup"`
Body string `json:"body"`
Expand Down

0 comments on commit d40d6e0

Please sign in to comment.