Newer Version Available
Invite Collection Input
- Root XML tag
- <inviteCollection>
- JSON example
-
1{ 2 "invitees" : { 3 "emails": [ 4 "emailaddress1@internaldomain.com", 5 "emailaddress2@externaldomain.com" 6 ] 7 }, 8 "message" : "Join this group to participate in the discussion about your favorite feature." 9} - Properties
-
Name Type Description Required or Optional Available Version invitees String[] List of email addresses to send the invitation to. Required 39.0 message String Message to include in the invitation. Optional 39.0