Quickstart
Get the Receiveo chat widget running on your website in three steps.
Prerequisites
Section titled “Prerequisites”- A Receiveo account with a workspace
- Your workspace’s public key (found in Settings → Widget Installation)
Installation
Section titled “Installation”-
Add the configuration script
Place this in the
<head>or before the closing</body>tag of your HTML:<script>window.receiveo = window.receiveo || {};window.receiveo.publicKey = "pk_live_YOUR_KEY_HERE";</script> -
Add the loader script
Add this right after the configuration:
<script src="https://widget.receiveo.com/loader.js" async></script> -
That’s it!
The chat bubble will appear in the bottom-right corner of your page. Click it to start a conversation.
Next steps
Section titled “Next steps”- Configure the widget — customize behavior with config options
- API Reference — programmatically control the widget
- Examples — common integration patterns