Foundations Object Model

MessagingActionDeliverLater

global class MessagingActionDeliverLater

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

Methods

deliverLater

global static List<MessagingActionDeliverLater.Result> deliverLater(List<MessagingAction.Request> requests)

Accepts a list of Messaging Action requests and queues messages to be delivered.

Input Parameters

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

Return Value

A list of results containing the record Ids.

MessagingActionDeliverLater.Result

global 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

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