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.
Group Enrollment Input
Input representation for the Group Enrollment API. Use these properties to label the
asynchronous bulk enrollment job and, optionally, to specify a custom flow to run for each member
of the census.
- JSON example
-
1{ 2 "batchJobName": "GroupBenefitsEnrollment_Q1", 3 "flowName": "MyEnrollmentFlow" 4} - Properties
-
Name Type Description Required or Optional Available Version batchJobName String Name that identifies the asynchronous batch job that enrolls the members of the group census. Use a descriptive value so that you can locate the job later when tracking its status. Optional 65.0 flowName String API name of an optional custom flow to run for each member as part of the bulk enrollment, endorsement, or renewal process. If you don't specify a value, the default Enroll Member flow is used. Optional 68.0