API / Reference / Invoice Receivables
Send invoice email
POST
https://api.light.inc/v1/invoice-receivables/{invoiceReceivableId}/send-email
Sends an invoice receivable email with the given email information
Authorization
Send one of these on every request. See Authentication for how to get credentials.
- API key
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
- Bearer token
Path parameters
-
invoiceReceivableIdstring · uuidrequired
Request body
application/json;charset=UTF-8
-
subjectstringEmail subject line
-
replyTostringReply-to email address
-
recipientsarray of stringList of email addresses to send the invoice to
-
ccarray of stringList of email addresses to CC on the invoice email
-
customMessagestringOptional custom message added to the invoice email body
Response
This endpoint returns no content.