跳轉到主要內容

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.

多數團隊只需要 TinyInbox 儀表板和小工具程式碼即可使用。當你需要自訂安裝流程、簽署訪客身分,或和自己的應用程式做更深整合時,再使用 API。

Base URL

https://api.tinyinbox.app

Token

儀表板和帳號相關路由需要已簽署的使用者 session token:
Authorization: Bearer <user-session-token>
小工具對話路由會使用 POST /public/widget-session 回傳的短效 widget session token:
Authorization: Bearer <widget-session-token>

端點群組

  • /sites 建立網站並管理小工具設定。
  • /conversations 讀取收件匣對話並回覆。
  • /public 支援瀏覽器中的聊天小工具。
  • /widget.js 在你的網站載入小工具。