Sales
Send invoice email to contractor
This endpoint allows you to send an issued invoice to your contractor over email. In order use the endpoint, proper configuration of global reply-to email is required (Settings > Sales > E-mail messages)
POST
Authorizations
OpenApi Key created within Altera.app for a certain company
Body
application/json
Either recipient
array or recipientFromSystem
is required in order to send the e-mail.
If not provided topic
and/or content
will be loaded dynamically from the company email configuration.
content
accepts both raw text as well as HTML data that will be parsed and cleaned up before being added to the email content.
The body is of type object
.
Response
200
OK