Zoho Map integration tasks have changed - you need to "Locate all instances of Zoho Map integration tasks in your Deluge scripts by searching for the v1 marker... before 16 January 2026"
The Zoho Map deluge integration task has been changed (as at 21 October 2025) to provide a more structured, JSON-like response.
Whilst this is great from a functionality point-of-view, there is a small matter of how you are expected to manage the transition between the old response format and the new JSON response - basically you need to manually update any of your Deluge scripts that use these map tasks.
In order to minimise immediate disruption, Zoho have automatically marked your existing Map tasks with a v1 identifier (e.g., zoho.map.geoCode will be updated in your script to zoho.map.v1.geoCode).
This will ensure the old response format is returned, and your script won't break.
But only until 16th January 2026.
After this date, the old response format will be deprecated and will no longer be supported.
So what's the suggestion from Zoho for you to do over this busy holiday period?
- Identify: Locate all instances of Zoho Map integration tasks in your Deluge scripts by searching for the v1 marker.
- Update: Make the necessary changes to your scripts to align with the new response format.
- Test: Thoroughly test your updated scripts to ensure they handle the new data structure correctly.
Simple enough right?
So in Zoho CRM... just go the Developer Hub in your CRM Settings, select Functions and then "search for the v1 marker" in your Deluge scripts.
===================
Powered by Haiku
===================