Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Surveys Class
Send survey invitations by email.
Namespace
Surveys Methods
These methods are for Surveys. 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.