- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /Emails
Create and send a new email.
Body Parameters
Parameter | Type | Description |
---|---|---|
recipients* | String | Comma delimited list of To recipients. |
ccrecipients | String | Comma delimited list of CC recipients. |
bccrecipients | String | Comma delimited list of BCC recipients. |
subject | String | The email subject line. |
body | String | The email body. |
hasattachments | Bool | Indicates if the email will contain attachments. |
documents | Array | List of VisualVault Document IDs to attach to the email. |
fileupload | Form | Files to attach to the email. |
Response Codes
Code | Description |
---|---|
201 | Created |
Was this article helpful?