@openinc/parse-server-opendash
Version:
Parse Server Cloud Code for open.INC Stack.
16 lines • 583 B
JSON
{
"ticket": {
"assignuser": {
"notification": {
"title": "You've been assigned to a ticket",
"description": "Hello,\n\n{{username}} assigned you to the ticket {{ticketName}}. \n\nLink: {{- ticketLink}}"
}
},
"assignrole": {
"notification": {
"title": "A ticket was assigned to your role",
"description": "Hello,\n\n{{username}} assigned ticket {{ticketName}} to the role {{role}}. \n\nLink: {{- ticketLink}}"
}
}
}
}