We are in process of integrating our calling widget within Freshdesk using an iFrame. So, is there any way we can resize that iFrame modal as per our requirement.

Just stumbled upon this entry (looking for something else). Is this what you are looking for:
in app.js in:
function start() {
Ā app.initialized().then(function getClientObj(_client) {
Ā Ā client = _client;
Ā Ā client.instance.resize({height: "60px"});
Ā });
}
Reply
Sign in to the Community
No account yet? Create an account.
Social Login
Login for Freshworks Employees Login with LinkedInor sign up below
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.