createStandardMessage
Create a new standard message (email text template) in a team. Requires group administrator permission.
Input
Return Type
ID
Example
mutation CreateMessage {
createStandardMessage(input: {
groupId: "Z3JwMTIzNDU2"
name: "Welcome Email"
body: "Please review and sign the attached document."
})
}