Hey, i want to send my user a custom message, on web it is with 'showNewMessage
' and the custom message.
if i want to do the same thing but on Intercom for Cordova & Phonegap, is there a way to do so?
Hey, i want to send my user a custom message, on web it is with 'showNewMessage
' and the custom message.
if i want to do the same thing but on Intercom for Cordova & Phonegap, is there a way to do so?
Hey @user1122​, I can see that you've been chatting with our Support team about this, too!
Â
Here's some sample code that will show you how to show a custom message:
Â
document.getElementById("launch-messenger-btn").addEventListener("click", function(){ intercom.displayMessageComposerWithInitialMessage("here is a sample message");
}, false);
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.