Send message to particular user
Open
plugin-request
- Dominant language
- No language data
- Stars
- 176
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
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...
```JSON
{
"message" : "Backup was successfully finished.",
"priority": 2,
"title" : "Backup",
"user" : "csmither"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.