- I need to fetch all installation parameter values from iparam.json to iparam.js , to be able to use domain name and API key to my channel API
here in this picture fresh chat key and fresh chat domain which I stored in iparam.json
Note:I already tried with client.iparams.get(), client.iparams.get(iparam_key) and arg
Hi @Abdul_Ghani
Can you try by initializing the app in the iparam.js and then try to use client.iparams.get() ?
sample code snippet :
app.initialized().then(
async function (client) {
const key = await client.iparams.get(iparam_key);
);
If it doesn’t work then try inside onFormLoad() function. onFormLoad() function will be invoked when iparams page is opened.
Hope this helps.
Thanks!
2 Likes
Hi @Mughela_Chandresh Thanks for the support I fetch using window.client, and I can get all installation parameter values.
1 Like
system
(system)
Closed
5
This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.