fferpcore.MessagingActionDeliverNowglobal inherited sharing class MessagingActionDeliverNow An Apex class visible in Process Builder for a Deliver Now messaging action. MethodsdeliverNowglobal static List<fferpcore.MessagingActionDeliverNow.Result> deliverNow(List<fferpcore.MessagingAction.Request> requests) Accepts a list of Messaging Action requests, then creates and delivers messages. Input Parameters
Return ValueA list of results containing the record Ids. fferpcore.MessagingActionDeliverNow.Resultglobal inherited sharing class Result A class returned as a result of a deliverNow action. Containing the ID of the record that was originally passed to the request. Properties
|