Answered

Is there a way to generate a link that we can put on an external website and it will redirect you to a pre-populated message in the Intercom chat?

  • 23 August 2022
  • 1 reply
  • 360 views

Lets say we have an external website that is associated with our main website. Our main website is what hosts Intercom. However, we want to put a "Contact Us" section and a link in our external website that redirects the user to a prepoulated message/bot. Is there a way to do this?

icon

Best answer by Racheal 25 August 2022, 20:11

View original

1 reply

Userlevel 4
Badge +5

Hey @melissa h13​ Racheal from the support engineer team here 👋🏼

 

If you create a link that leads to the showNewMessage method you can insert a second parameter, used to pre-populate the message composer. For example:

Send us <a href="#" onclick="Intercom('showNewMessage', 'Feedback on the new reports feature:')">your feedback on the reports feature</a>

You would need to link to your page with the Messenger installed here.

Reply