synSendMessage | R Documentation |
send a message via Synapse.
synSendMessage(userIds, messageSubject, messageBody, contentType = "text/plain")
userIds |
A list of user IDs to which the message is to be sent |
messageSubject |
The subject for the message |
messageBody |
The body of the message |
contentType |
optional contentType of message body (default="text/plain") |
The metadata of the created message
## Not run:
synSendMessage(userIds = list("3321601"), messageSubject = "Test message", messageBody = "Hello")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.