Invoice settings
Back
Invoice sending via API
Last updated: 2021-09-27
We’ve added the ability to email an invoice to the client via API. The invoice is sent according to the template from Account Settings and is sent to the email assigned to the client indicated on the invoice.
It looks as follows:
curl -X POST https://yourdomain.invoiceocean.com/invoices/100/send_by_email.json?api_token=API_TOKEN
Back
Comments
Add Comment