Retrieves the shipping recipient details for a specific order.
Retrieves the body of a message template with populated data.
The name of the template to retrieve.
Additional data to populate the template.
The populated body of the message template as a string.
Checks if a message template is active and available for use.
The name of the template to check.
true
if the template is active and available, false
otherwise.
Sends a message using the provided message context object.
The message context object containing message details.
true
if the message was sent successfully, false
otherwise.
Sends a message using a predefined template.
The name of the template to use.
The recipient's email address.
Additional data to populate the template.
true
if the message was sent successfully, false
otherwise.
Represents an object for handling messages and templates.