This class provides a simple wrapper of the most basic feature in the MJ Communication Framework, sending a single message. This class takes in a set of parameters and uses the MJ Communication Framework to send a single message to a single recipient.

Params:

  • Subject: The subject of the message.
  • Body: The body of the message.
  • To: The recipient of the message.
  • From: The sender of the message.
  • Provider: The name of the Communication Provider to use to send the message.
  • MessageType: The name of the Message Type (within the provider) to use to send the message.

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • Executes the action with the provided parameters.

    Parameters

    • params: RunActionParams<any>

      The action execution parameters including context

    Returns Promise<ActionResultSimple>

    Promise resolving to the action result