fferpcore.MessagingActionDeliverLaterglobal inherited sharing class MessagingActionDeliverLater An Apex class visible in Process Builder for a Deliver Later messaging action. MethodsdeliverLaterglobal static List<fferpcore.MessagingActionDeliverLater.Result> deliverLater(List<fferpcore.MessagingAction.Request> requests) Accepts a list of Messaging Action requests and queues messages to be delivered. Input Parameters
Return ValueA list of results containing the record Ids. fferpcore.MessagingActionDeliverLater.Resultglobal inherited sharing class Result A class returned as a result of a deliverLater action. Containing the ID of the record that was originally passed to the request. Properties
|