Newer Version Available
Survey Class
Send survey invitations by email.
Namespace
Survey Methods
These methods are for Survey. All methods are
static.
sendSurveyInvitationEmail(surveyID, SurveyEmailInput)
Email survey invitations to up to 300 participants. You can email
either leads, contacts, or users in your org. Either a link to launch the survey or a question
can be embedded in the email invitations.
API Version
50.0
Requires Chatter
No
Signature
public static ConnectApi.SurveyInvitationEmailOutput sendSurveyInvitationEmail(String surveyID, ConnectApi.SurveyInvitationEmailInput SurveyEmailInput)
Parameters
- surveyID
- Type: String
- ID of the survey.
- SurveyEmailInput
- Type: ConnectApi.SurveyInvitationEmailInput
- A ConnectApi.SurveyInvitationEmailInput object.