Send a message about document
POST/documents/:id/messages
Send a document by email.
By default send the email:
- from portal email or user email
- to the customer email (customer's email address must be set)
- subject and message are set from selected template
- default template used is defined by the document due date
- document is not yet due => use STANDARD template
- document will soon be due => use PRELAUNCH template
- document is overdue => use RELAUNCH1 template
- document is overdue and a previous relauch email has been sent => use RELAUNCH2 template
You can override:
- from (must be a user or portal email)
- to
- model
- subject
- message
You can add :
- cc emails separated by semicolon
The email will be added to the document's email history.
Request
Responses
- 200
- default
Success, message is sent
Error occured. Refere to HTTP status and content for details.