POST /api/invoices/{id}/send to dispatch the vendor email for an invoice. You can use this endpoint to send the initial email if you created the invoice with send_now: false, or to resend it if the vendor has not received it or requests another copy.
Request
Path parameters
The invoice UUID returned as
invoice_id when you created the invoice.Example request
cURL
Response
A successful request returns200 OK.
true when the email was dispatched successfully.Example response
200