Skip to content

Quickstart

Get the Receiveo chat widget running on your website in three steps.

  • A Receiveo account with a workspace
  • Your workspace’s public key (found in Settings → Widget Installation)
  1. 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>
  2. Add the loader script

    Add this right after the configuration:

    <script src="https://widget.receiveo.com/loader.js" async></script>
  3. That’s it!

    The chat bubble will appear in the bottom-right corner of your page. Click it to start a conversation.