Scenario: Each day Salesforce users create x number of new opportunities. At the end of the day, I would like to create a function (Workflow/APEX trigger etc.) to randomly select 3 of opportunities that were created in that day to send a survey to.
Conceptually i feel like this is possible, but I have never done something like this so I am not sure if it is.