RuleReplyTemplateInput
Input type for an email message template used by rules.
input RuleReplyTemplateInput {
attachmentIds: [ID!]
body: String!
id: ID
subject: String
title: String
}
Fields
RuleReplyTemplateInput.attachmentIds ● [ID!] list scalar common
IDs of attachments associated with this template.
RuleReplyTemplateInput.body ● String! non-null scalar common
The body of the message in HTML.
RuleReplyTemplateInput.id ● ID scalar common
The existing reply template id.
RuleReplyTemplateInput.subject ● String scalar common
The subject of the conversation.
RuleReplyTemplateInput.title ● String scalar common
The name of the conversation.
Member of
ActionInput input