Documentation Index

Fetch the complete documentation index at: https://docs.visualvault.com/llms.txt

Use this file to discover all available pages before exploring further.

Emails

Prev Next


 POST   /Emails


Create and send a new email.

Body Parameters
ParameterTypeDescription
recipients*StringComma delimited list of To recipients.
ccrecipientsStringComma delimited list of CC recipients.
bccrecipientsStringComma delimited list of BCC recipients.
subjectStringThe email subject line.
bodyStringThe email body.
hasattachmentsBoolIndicates if the email will contain attachments.
documentsArrayList of VisualVault Document IDs to attach to the email.
fileuploadFormFiles to attach to the email.
Response Codes
CodeDescription
201Created