PatchableEmailFields
No description
input PatchableEmailFields {
archived: Boolean
custom_head_inner_html: String
name: String
}
Fields
PatchableEmailFields.archived
● Boolean
scalar
PatchableEmailFields.custom_head_inner_html
● String
scalar
Customize the contents of the Email's <head> tag. This can be used to create deal annotations in Gmail, and much more!
PatchableEmailFields.name
● String
scalar
Member Of
UpdateEmailInput
input