Documentation Index
Fetch the complete documentation index at: https://docs.tinyinbox.co/llms.txt
Use this file to discover all available pages before exploring further.
The widget does not appear
Check the script tag first:- The
srcpoints to your TinyInbox widget script. - The
data-tinyinbox-sitevalue matches the site key from your dashboard. - The snippet is on the page before the closing
</body>tag. - Your site builder is allowed to load third-party scripts.
Messages do not reach the inbox
Make sure the site domain in TinyInbox matches the page where you installed the widget. If the dashboard site is set toexample.com, install the widget on
example.com or an allowed matching host.
Also check that the visitor can reach the TinyInbox API from the browser. Browser
extensions, strict content security policies, or blocked scripts can prevent the
widget from sending messages.
Visitor names or emails are missing
Browser-provided visitor details are optional. If you want TinyInbox to trust the visitor ID, name, or email for logged-in users, use identity verification.Identity verification fails
Check that the token:- Is signed with the current site identity secret
- Uses
HS256 - Sets the audience to
tinyinbox-widget-identity - Includes
userIdorsub - Has not expired
