How can we help you?

The SendRequest object

Product: FeraEmail Topic: API Versions: Applies to all documented versions Current

Audience: Application developers
Editorial status: Published — Source Validated
Product: FeraEmail
Classification: administrative

Attributes

Field Type Required Description
configuration string Yes SMTP profile name; falls back to name for legacy template sends.
name string No Template name; omit for raw email mode.
owner string (uuid) No Owner UUID; defaults to authenticated instance.
xml string No XML data used to build the selected template.
recipient string No Template-mode recipient or raw-mode alias for to.
to string No Raw-mode recipient address/list.
cc string No Optional carbon-copy address/list.
bcc string No Optional blind-carbon-copy address/list.
from string (email) No Raw-mode sender; falls back to latest owner template sender.
display string No Raw-mode sender display name.
subject string No Raw-mode subject.
body string No Raw-mode HTML body.
unsubscribeUrl string (uri) No Optional campaign opt-out URL appended once to rendered HTML.
attachments array of Attachment No Nodemailer attachments passed to transport; use trusted content sources only.

Example

{
    "attachments": []
}

Source

feradelinc/feradel.email.api branch agent/catch-up-email-api, commit b4278c2d3ef83b95a6cd26c1fd6ec45a0adb99b5
openapi/openapi.json#/components/schemas/SendRequest