sendMessage: sendMessage

Description Usage Arguments Details Examples

Description

Send a message to one or more Synapse users

Usage

1
sendMessage(idList, messageSubject, messageBody)

Arguments

idList

A list of one or more Synapse User or Team IDs. Though IDs are numeric, they should be passed as character arguments.

messageSubject

The message subject.

messageBody

The message body.

Details

Email delivery of the message is subject to the recipient's delivery settings in Synapse. To send a message to the members of a Team, the sender must also be a member of the Team.

Examples

1
2
3
4
## Not run: 
 sendMessage(list("1234567"), "message subject", "message body")

## End(Not run)

Sage-Bionetworks/rSynapseClient documentation built on May 9, 2019, 7:04 p.m.