synSendMembershipInvitation | R Documentation |
Create a membership invitation and send an email notification to the invitee.
synSendMembershipInvitation(teamId, inviteeId=NULL, inviteeEmail=NULL, message=NULL)
teamId |
Synapse teamId |
inviteeId |
Synapse username or profile id of user |
inviteeEmail |
Email of user |
message |
Additional message for the user getting invited to the |
MembershipInvitation
## Not run:
synSendMembershipInviation(teamId, inviteeEmail='john.doe@example.com', message='You should join this Synapse team!')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.