It would be great to be able to send a message to a particular user.
Possibly as an optional parameter for the message object of the user's username? So the message JSON would look something like...
{
"message" : "Backup was successfully finished.",
"priority": 2,
"title" : "Backup",
"user" : "csmither"
}
It would be great to be able to send a message to a particular user.
Possibly as an optional parameter for the message object of the user's username? So the message JSON would look something like...
{ "message" : "Backup was successfully finished.", "priority": 2, "title" : "Backup", "user" : "csmither" }