How to get the request object on zoho Creator API.

How to get the request object on zoho Creator API.

Hello,

I'm trying to create a Deluge function that runs on an incoming webhook. I made a custom API on Zoho Creator and connected it with the custom function, but I can't get the request object in the function.

I found an article that shows it can be done using the variable "crmAPIRequest" in Zoho CRM: https://www.zoho.com/crm/developer/docs/functions/request-response.html

Does anyone know if I can do the same on Zoho Creator?