Yes - I used AI to summarize my last two days of trying to make this work with Workflows/Custom functions and Zoho Flow before that.
We've been building an AI-assisted support workflow in Zoho Desk and wanted to share our findings after several days of implementation and debugging.
Our use case is straightforward:
Steps 1-4 worked successfully.
Step 5 became unexpectedly difficult.
Passing fields directly into the function works well:
This is much cleaner than retrieving the ticket again via API.
Calling external services from Workflow Functions works well.
Example:
We were able to successfully call an AI service and process the response.
Native functions such as:
work cleanly and appear to operate within the current workflow context without requiring additional authentication.
The most obvious function:
does not exist in our Workflow Function runtime.
Error:
Using:
works in Postman.
However from a Workflow Function we received:
even though we are already running inside Zoho Desk.
A connection that works perfectly during:
may fail during:
For example:
The distinction between:
is not clearly documented.
Even after creating a valid system connection:
the Deluge editor reported:
There appears to be a disconnect between available system connections and what Workflow Functions can actually reference.
Several examples and APIs are documented, but either:
The autocomplete list in the actual editor was often more reliable than the documentation.
Functions such as:
exist.
However there does not appear to be a documented way to create a ticket comment using native Deluge methods.
Attempts using:
as a module resulted in validation errors.
Something as simple as:
would eliminate a huge amount of complexity.
If a Workflow Function is already executing inside Zoho Desk, it should be able to:
without requiring separate OAuth authentication.
Provide:
Provide a specific section covering:
including:
AI-assisted support workflows are becoming extremely common.
Today it is relatively easy to:
But surprisingly difficult to:
A native, documented comment API for Workflow Functions would unlock a large class of AI-assisted support automations with significantly less effort.
Has anyone successfully created an internal ticket comment from a Zoho Desk Workflow Function using only native Deluge methods? If so, we'd love to see a working example.