Can someone please point me to a sample iparams configuration for Freshchat?
I went through the documentation but it’s not working for me. Getting the error, the domain doesn’t match.
I was unable to find iparams sample apps for Freshchat on Github
Can you please share the code snippet of your iparams so that I can reproduce the issue from my end, debug further and let you know?
{
“FreshchatDomain”: {
“display_name”: “Freshchat Domain”,
“description”: “Please enter your Freshchat domain web address”,
“type”: “url”,
“required”: true
},
“APIKEY”: {
“display_name”: “APIKEY”,
“description”: “Please enter your APIKEY”,
“type”: “api_key”,
“required”: true,
“type_attributes”: {
“product”: “freshchat”
},
“secure”: true
}
}
Thanks for sharing. Where do you get the error “the domain doesn’t match.” ?
On the Installation page
Did you whitelist the domain in the app manifest? If not refer to the below snippet and whitelist the domain.
manifest.json
"whitelisted-domains": ["https://*.freshchat.com"]
Let me know if you still face issues.
Thanks!
Let me try to do it. I will update you after testing
This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.