The AccountRIght API has the ability to email sales invoices form both AccountRght and new Essentials files. This article explains:
- Invoice emailing UI differences between AccountRight and new Essentials
- Invoice emailing tips via the AccountRIght API
AccountRight and new Essentials UI:
AccountRight Emailing UI | New Essentials Emailing UI |
![]() |
![]() |
Common functions: Unique Functions in new Essentials UI: |
Tips to cope with unique functions in new Essentials UI via the AccountRight API:
In order to send an email for a sales invoice, a POST request needs to be made to the /{cf_uri}/Sale/Invoice/{layout}/{invoice_uid}/Email endpoint.
During this POST request, utilise the To array to send an email with multiple recipients. Besides, an email sent in below approach will consequence in all recipients to be listed in under To instead of CC due to the API limitation.
Sample POST request to /{cf_uri}/Sale/Invoice/{layout}/{invoice_uid}/Email | |
{ |
![]() |
Comments
0 comments
Article is closed for comments.