Login
Log in
Remember Me
Forgot
Username
or
Password
?
Welcome
Articles
Apple
Automation
AutoHotkey
Ms-DOS
CMS
Joomla
MediaWiki
Wordpress
CRM
Xero
Zoho
Database
MySQL
Oracle PL/SQL
Transact-SQL
eCommerce
Paypal
Virtuemart
Google
AndroidOS
Linux
Microsoft
Excel
SSIS
SSRS
Windows OS
Web-Dev
Bootstrap
CSS
FTP
HTML
JavaScript
PHP
XML
_Other Misc.
Products
Download
Documentation
Account
Password Reset
Username Reminder
Total:
6
results found.
1.
ZohoDeluge: Check Shipment Status via DHL API
/
Zoho
/
... m_Header detailed: true ]; // // parse response if(r_ShipmentDetails.get("
responseCode
")==200) { l_Shipments = r_ShipmentDetails.get("responseText").get("shipments"); for each r_Shipment in l_Shipments ...
Created on 21 March 2023
2.
ZohoCRM: Integrate ChatGPT to ZohoZIA
/
Zoho
/
... // send request to chatgpt openai r_ChatGPTResponse = invokeurl [ url :"https://api.openai.com/v1/chat/completions" type :POST parameters:m_Params.toString() headers:m_Header detailed:true ]; if(r_ChatGPTResponse.get("
responseCode
" ...
Created on 06 March 2023
3.
Zoho Cliq: Integrate OpenAI and ChatGPT 3.5 Turbo
/
Zoho
/
... = invokeurl [ url :"https://api.openai.com/v1/chat/completions" type :POST parameters:m_Params.toString() headers:m_Header detailed:true ]; if(r_ChatGPTResponse.get("
responseCode
") == ...
Created on 13 February 2023
4.
ZohoCRM & Xero Real-Time Invoices: Receive Webhook
/
Zoho
/
... = m_Payload.get("headers").get("x-xero-signature"); } } // // encrypt body with Sha-256 v_WebhookBodyHMACSHA256 = "ENCRYPTION_FAIL"; v_
ResponseCode
= 401; if(!isnull(m_Payload.get("body"))) { v_WebhookBodyHMACSHA256 ...
Created on 10 January 2022
5.
Zoho CRM & Zoho Books: Custom Related Lists Deluge
/
Zoho
/
... + v_DealID + "\")&&(UpdateClick==\"Yes\")"; r_SearchResults = zoho.creator.getRecords(v_OwnerName,v_AppLinkName,v_ViewLinkName,v_Condition,1,100,"joels_connection"); v_
ResponseCode
= ifnull(r_SearchResults.get("code"),500).toLong(); // // ...
Created on 30 July 2021
6.
Zoho Creator: Receive JSON via a Shopify Webhook
/
Zoho
/
... = m_Payload.get("headers").get("x-shopify-hmac-sha256"); } } // // default response code (unauthorized) v_
ResponseCode
= 401; // // encrypt body with Sha-256 v_WebhookBodyHMACSHA256 = "ENCRYPTION_FAIL"; if(!isnull(m_Payload.get("body"))) { v_WebhookBodyHMACSHA256 ...
Created on 15 July 2021
Welcome
Articles
Apple
Automation
AutoHotkey
Ms-DOS
CMS
Joomla
MediaWiki
Wordpress
CRM
Xero
Zoho
Database
MySQL
Oracle PL/SQL
Transact-SQL
eCommerce
Paypal
Virtuemart
Google
AndroidOS
Linux
Microsoft
Excel
SSIS
SSRS
Windows OS
Web-Dev
Bootstrap
CSS
FTP
HTML
JavaScript
PHP
XML
_Other Misc.
Products
Download
Documentation
Account
Password Reset
Username Reminder
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our
Privacy Policy
.
I accept