Deluge スクリプト:
// TODO: Zoho プロジェクトサービス用に、スコープ 'ZohoProjects.portals.READ' を持つコネクションを作成し、'xxxxxxxxx' をコネクション名に置き換えてください。コネクションの作成方法については、以下のリンクをクリックして参照してください。
projectsAPIEndPoint = 'https://projectsapi.zoho.com/api/v3';
exportResponse = invokeurl
[
url :projectsAPIEndPoint + '/portal/' + portalId + '/portal_export'
種類 :POST
connection:'xxxxxxxxx'
];
info exportResponse;