Adjustment to Email Notification

jsdgroup2 months ago

I currently have my reverse georeferencer configured with Google, a few days ago we activated email notifications, and the API costs skyrocketed significantly, we have identified that the position of the Georeferenced alert is sent in the email. How can we configure the notification in such a way that it does not consume the Georeferencer API, but instead sends the data in coordinates? Is it possible to send the notification without executing this query?

Anton Tananaev2 months ago

You mean reverse geocoding? You can set geocoder.onRequest to false in the config file.

jsdgroup2 months ago

Yes, I am referring to the fact that the email notification does not use reverse georeferencing. With the route you gave me, was I able to solve it?