♥ 0 | Hello! We’re looking forward to trigger sending of the invoice to Customer programmatically, via API, after the invoice have been created and communicated. We couldn’t find any mentioning of this functionality in ROSE API docs. The question is, how can we trigger automatic sending of an invoice to Customer’s e-mail via API? Thanks! Marcado como spam |
Resposta privada Hi, Please excuse us for the delayed response. When sending a notification to the customer, unless it's a One Time Party, you don't need to provide the e-mail address everytime. If it's a regular customer, the e-mail should be configured in its record for the notification to work properly. As for sending the notification programmatically via API, you have two options:
Then, send the e-mail notification:
For reference, the previous endpoints ({id}/emailInfo and {id}/send) are transversal to any document type supporting notification (e.g. Invoice, Memo, Invoice Receipt, Receipt, Order, Quotations, etc). Hope this helps.
Marcado como spam |