synSendMessage.Rd
send a message via Synapse.
synSendMessage(userIds, messageSubject, messageBody, contentType = "text/plain")
A list of user IDs to which the message is to be sent
The subject for the message
The body of the message
optional contentType of message body (default="text/plain")
Should be one of "text/plain" or "text/html"
The metadata of the created message
if (FALSE) {
synSendMessage(userIds = list("3321601"), messageSubject = "Test message", messageBody = "Hello")
}