Foundations Apex API Developer Reference

fferpcore.MessagingActionDeliverNow

global inherited sharing class MessagingActionDeliverNow

An Apex class visible in Process Builder for a Deliver Now messaging action.

Methods

deliverNow

global 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

Name Type Description
requests List<fferpcore.MessagingAction.Request> The requests to be sent.

Return Value

A list of results containing the record Ids.

fferpcore.MessagingActionDeliverNow.Result

global 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

Name Type Description
recordId Id
© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.