Emails
- 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
Emails
- Actualizado en 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
The content is currently unavailable in Spanish. You are viewing the default English version.
Resumen del artículo
¿Te ha resultado útil este resumen?
Gracias por sus comentarios
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 |
¿Te ha sido útil este artículo?