Foundations Apex API Developer Reference

fferpcore.MessagingAction

global without sharing class MessagingAction

A helper for Flow Action classes.

Enums

DeliveryType

Value Description
ASYNCHRONOUS Delivery will take place in a batch job.
SYNCHRONOUS Delivery will take place immediately in the same execution context.

fferpcore.MessagingAction.Request

global inherited sharing class Request

An object used to hold information passed about a single publication request passed in from a Flow.

Properties

Name Type Description
recordId Id Salesforce record ID used as the subject of a message.
recordIds List<Id> Salesforce record IDs used as the subject of a message.
publicationIdentifier String Identifier given to the custom Publication.
© Copyright 2009–2024 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.