Skip to content

Full Deluge URL reference

Language basics

https://www.zoho.com/developer/help/scripting/language-basics.html https://www.zoho.com/developer/help/scripting/expressions.html https://www.zoho.com/developer/help/scripting/operators.html https://www.zoho.com/developer/help/scripting/list-manipulations.html https://www.zoho.com/developer/help/scripting/map-manipulations.html https://www.zoho.com/developer/help/scripting/system-variables.html

Deluge statements

https://www.zoho.com/developer/help/scripting/assignment-statements.html https://www.zoho.com/developer/help/scripting/branching-statements.html https://www.zoho.com/developer/help/scripting/control-statements.html https://www.zoho.com/developer/help/scripting/debug-statements.html https://www.zoho.com/developer/help/scripting/send-mail-statement.html

CRM tasks

https://www.zoho.com/developer/help/scripting/create-record.html https://www.zoho.com/developer/help/scripting/fetch-records.html https://www.zoho.com/developer/help/scripting/get-records-by-id.html https://www.zoho.com/developer/help/scripting/get-related-records.html https://www.zoho.com/developer/help/scripting/search-records.html https://www.zoho.com/developer/help/scripting/update-records.html https://www.zoho.com/developer/help/scripting/delete-records.html https://www.zoho.com/developer/help/scripting/get-user-data.html https://www.zoho.com/developer/help/scripting/invoke-connector-task.html https://www.zoho.com/developer/help/scripting/set-var-value.html https://www.zoho.com/developer/help/scripting/get-org-variable.html https://www.zoho.com/developer/help/scripting/get-mod-meta.html https://www.zoho.com/developer/help/scripting/get-all-meta.html http://zoho.com/developer/help/scripting/get-org-info.html

Web data index

https://www.zoho.com/developer/help/scripting/web-data.html https://www.zoho.com/developer/help/scripting/get-url.html https://www.zoho.com/developer/help/scripting/post-url.html https://www.zoho.com/developer/help/scripting/execute-xml.html

Built-in functions

https://www.zoho.com/developer/help/scripting/built-in-functions.html

Zoho CRM OpenAPI Specification (OAS) v8.0

https://github.com/zoho/crm-oas/tree/main

Zoho External APIs

Zoho CRM

https://www.zoho.com/crm/developer/docs/api-directory.html

Python SDK

https://www.zoho.com/crm/developer/docs/sdk/server-side/python-sdk.html

Core APIs

https://www.zoho.com/crm/developer/docs/api/v8/get-records.html https://www.zoho.com/crm/developer/docs/api/v8/insert-records.html https://www.zoho.com/crm/developer/docs/api/v8/update-records.html https://www.zoho.com/crm/developer/docs/api/v8/delete-records.html https://www.zoho.com/crm/developer/docs/api/v8/upsert-records.html https://www.zoho.com/crm/developer/docs/api/v8/search-records.html https://www.zoho.com/crm/developer/docs/api/v8/record-clone.html

Expected datetime formats

Zoho expects: - DateTime: yyyy-MM-ddTHH:mm:ss±HH:mm - Date: yyyy-MM-dd Use a timezone-aware CRM-safe format via _crm_datetime_now()

Zoho Projects

https://projects.zoho.com/api-docs#Introduction