我想執行一個百會CRM API和我GAS var result=UrlFetchApp.fetch('https://crm.zoho.com/crm/private/xml/Leads/insertRecords?authtoken=XXXXX&scope=crmapi&newFormat=1&xmlData=<Leads><row no="1"><FL val="Company">Your C
我有一個PHP集成到zohoCRM從web表單插入線索到系統。突然之間,這些表單不再工作,並且Zoho錯誤信息中沒有有用的調試信息。下面的代碼: $xml = '<?xml version="1.0" encoding="UTF-8"?>'; // same error with or without this line
$xml .= '<Leads>';
$xml .= '<row no=