Listing email templates
How to list the email templates in your account
query {
emailTemplates(limit: 60, page: 1) {
has_more_pages
data {
id
name
type
email {
text
sender
colors
template
}
}
}
}Last updated