The JS API call is not working for me → Intercom('showArticle', articleId)
I am using some othe JSAPI calls on the same page which are wirking.
Are there any known issues?
The JS API call is not working for me → Intercom('showArticle', articleId)
I am using some othe JSAPI calls on the same page which are wirking.
Are there any known issues?
Hi there
Can you give me some more details around how you have this set up? Are you calling the method on a button click? If so, can you send me the line of code where you’re calling that?
Also are you doing any steps before that method is getting called that might be affecting things? Some more details would be helpful here.
Thanks!
Hi and sorry for beeing so late. I missed your comment.
Please see yourself here:
https://michaelmollath.bubbleapps.io/version-test
The right button “Article” should trigger the help article
Any news here?
This maybe a late reply but this might help someone -
I faced the same issue and discovered that the article must be published and part of a Collection, otherwise it won’t open when we trigger it with -
Intercom('showArticle', articleId)
Hi
<a href="#" onclick="Intercom('showArticle', 1234567); return false">Learn More</a>
Where “1234567” is the article ID which I found in the article URL. I used the onClick method inline instead of putting it in a separate js file.
Hope this helps!
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.