You are here:
InsVlocityActionService:notifyApplicant
Use this service to send an email notification to applicants.
This service is used in Vlocity State Model workflows when the Vlocity Actions are configured.
Method: notifyApplicant
How It Works
-
Takes an
Application__cinstance Id and retrieves the email address to be used as the recipient of the email notification.If the Primary Applicant Contact (
PrimaryContactId__c) field has a value, the service retrieves the email address in the contact record.If the Account (
AccountId__c) field has a value, the service retrieves the email address in the account record. -
Email is sent with the template specified in the
emailTemplateNamevalue frominvokeMethodInput. The place holder {0} can be used in the template to be used as the application's reference link.
Remote Options
Option |
Description |
|---|---|
|
Required. Id of the Application instance
( |
|
Required. The Set the value for the
|

