Overview
You can include a floating chat icon in your website. When clicked, the user will be prompted to enter their contact information so that you can text them back later from Tellescope. When the form is submitted, it will be matched to an existing patient (or a new patient will be created automatically). The incoming message will appear on their timeline, and you can click reply to text them back at their phone number.
Embedding on a Website
Including the following snippet in your website’s HTML code, entering the appropriate values as described below
<script async id="tellescope-website-phone-embed"
src="<https://business.tellescope.com/website-phone-embed.js>"
data-businessid="YOUR_BUSINESS_ID_HERE"
data-bgcolor="#1564bf"
>
</script>
- Replace the data-businessid value with your Organization’s ID. Currently, this can be found here, next to your organization name
- Update data-bgcolor to match your business’ theme color if desired
Comments
0 comments
Article is closed for comments.