All Collections
Account
Integrate chat into your proposals
Integrate chat into your proposals
Alicia Escobar avatar
Written by Alicia Escobar
Updated over a week ago

To add a chat tool to your travel proposals, you can use a variety of online chat services and platforms, even the WhatsApp icon itself for customers to text you on their mobile.

This can help to improve the user experience and above all, improve your sales, as being closer to the potential customer, you will be able to convert them more easily.

How to insert a chat tool?

  1. It's as simple as going to the "Account" section and "Tracking code".

  2. In the text box "Custom Script" enter the code to embed your chat and that's it! It would already be integrated in all your proposals.

BY THE WAY! Notice to Navigators. This is a Premium Plan feature. If you think it's time to change your plan, please contact our sales team at app@moguplatform.com

I don't have my own chat, what can I do?

  • Insert your own WhatsApp

To do this, just copy and paste the text we share below and change the space in the number to your own. This way, every time a potential client clicks on the WhatsApp icon, you will receive a message from the client saying:

"Hi, I'm interested in this trip: URL of the proposal"

Everything works automatically. You only need to change the number.

<a id="whatsapp-button" href="#" style="position: fixed; bottom: 32px; right: 32px; background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/WhatsApp_icon.png/598px-WhatsApp_icon.png'); background-size: cover; height: 64px; width: 64px; z-index: 100;"></a> <script type="text/javascript"> (() => { const phone = '34699999999'; const text = '¡Hola! Me interesa esta viaje:'; const url = window.location.href; const el = document.getElementById('whatsapp-button'); const processedMessage = encodeURI(text + ' ' + url); el.href = 'https://api.whatsapp.com/send?phone=' + phone + '&text=' + processedMessage; })() </script> <style> @media screen and (max-width: 1000px) { #whatsapp-button { bottom: 124px !important; } } </style>

  • We set up your own chat for free.

    You might like to separate WhatsApp from work. In that case, we have a partnership with a free chat tool that we can integrate into your proposals. Write to us and we will set it up for you without any problems.

Did this answer your question?