import { makeAuthorizationRequest, generateTokens, } from "@velo/zoho-integration"; import { referrer } from "wix-window"; $w.onReady(function () { if (!referrer.includes("https://accounts.zoho.com")) { makeAuthorizationRequest(); } else { console.log("Authorization Succeeded!"); generateTokens(); } });
top of page
bottom of page