We have recently refreshed our branding across our offerings and changed the names of our pricing plans. If you have signed up before Aug 9, 2021, please click Previous plans to view your applicable plans.
We assure you that this change will not impact your product experience, and no action is required on your part.


The web messenger in Freshchat also known as the conversations widget, is used to deliver a convenient and contextual conversational messaging experience for customers. Please add this code to the <BODY> tag to create a button that launches the widget on click.


<button onclick="window.fcWidget.open();window.fcWidget.show();">Chat with us</button>
<script>
window.fcWidget.init({
 token: "99198db8-ea46-4f69-a106-4fd0076835b4",
 host: "https://wchat.freshchat.com"
});
window.fcWidget.hide();
</script>