Skip to main content

createStandardMessage

Create a new standard message (email text template) in a team. Requires group administrator permission.

Input

standardMessageCreateInput

Return Type

ID

Example

mutation CreateMessage {
createStandardMessage(input: {
groupId: "Z3JwMTIzNDU2"
name: "Welcome Email"
body: "Please review and sign the attached document."
})
}

Export This Article

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