From a81ad52919f8d3255a0a1c425e8fae02cc7b28c2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 22 Nov 2022 00:14:59 +0000 Subject: [PATCH] --- docs/8.0/ayanova/docs/changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/8.0/ayanova/docs/changelog.md b/docs/8.0/ayanova/docs/changelog.md index 12344e79..6f2f6cd3 100644 --- a/docs/8.0/ayanova/docs/changelog.md +++ b/docs/8.0/ayanova/docs/changelog.md @@ -15,7 +15,12 @@ See the [upgrade instructions](ops-upgrade.md) section of this manual for detail #### Added - Server: Added new internal API route `/api/v8/notify/direct-smtp` to support on demand notification scenarios -- Server: Report api utility methods ayPutToAPI, ayPostToAPI, ayGetFromAPI throwing exception on empty return body (202, 204 results) +- Server: Report api utility methods ayPutToAPI, ayPostToAPI, ayGetFromAPI was incorrectly throwing exception on empty return body (202, 204 results) +- App: added `z_API send SMTP from work order report` example report to show how to use the new API notify via smpt method added to + send an email when a report is rendered automatically. + Note: this example report will only automatically install in new databases created after upgrading to this release. + For existing databases [download z_API send SMTP from work order report](https://ayanova.com/download/xtra/z_API send SMTP from work order report.ayrt) + and [import to AyaNova](adm-report-templates.md#import). ### AyaNova 8.0.23 (2022-11-18)