Skip to main content

StandardMessage

A StandardMessage is a pre-saved email body that can be reused when sending documents. Each Group can have multiple standard messages, with one set as the default.

Subject lines are taken from the Experience settings — StandardMessages only define the email body.

Fields

FieldTypeDescription
idIDUnique identifier
nameStringMessage name
defaultBooleanWhether this is the default message for the group
bodyStringEmail body content
createdAWSDateTimeWhen the message was created
modifiedAWSDateTimeWhen the message was last modified

Query

StandardMessages are accessed via Group.standardMessageConnection:

query GetMessages {
group(id: "Z3JwbGVnYWxlc2lnbxRldg==") {
standardMessageConnection {
messages {
id
body
name
modified
created
default
}
}
}
}
  • Group — the group these messages belong to
  • Experience — email subject lines come from experience settings

Export This Article

Save a copy of this page as PDF or plain text.