You are here:
Automating Enablement Program Assignment
Instead of manually assigning users to Enablement programs, automate assignments with an invocable action in Flow Builder, Apex, or REST API.
- Assign Users to Enablement Programs with a Flow
Create a flow that assigns users to an Enablement program when they satisfy certain criteria. - Assign Users to Enablement Programs with Apex
Create a schedulable Apex class that bulk-assigns users to Enablement programs. - Assign Users to Enablement Programs with REST API
Create a REST API POST request that uses the assignEnablementPrograms invocable action for assigning Enablement programs.

