Post Webhook 多事件支援
- Post-session webhook 新增四種事件 ——
session.ended、call.ended、session.finalized、recording.ready—— 可在 agent 設定中複選。 session.finalized在所有預期步驟(對話結束 + 通話結束,依 session 而定)都到齊時觸發,payload 已合併前面事件的資料,receiver 只需處理一個 callback。recording.ready(call session 限定)在通話錄音處理完成時觸發,成功時帶短期有效的下載連結。它與session.finalized獨立,可能在它之前或之後到。- Webhook 設定 UI 新增多選介面,每個事件附上觸發時機與 payload 欄位的 tooltip 說明。
- 新增 Post Webhooks API reference,涵蓋設定方式、payload schema、投遞語意,以及完整的 receiver 範例。
舊版 API 金鑰標記為 Deprecated — 2026-05-10 下架
- 舊版專案層級 API 金鑰(
sk_與buzz_live_前綴)以及x-api-keyheader 標記為 deprecated,2026-05-10 起停止接受。 - 舊的
/knowledgebases/*路徑同步 deprecated,請改用/v1/projects/:projectId/knowledgebases/*。 - 所有外部整合請改以 Developer Key(
dk_前綴)透過Authorization: Bearer dk_...認證。可在帳號選單的 Developer Keys 建立。 - 詳細遷移步驟請參考 Legacy API Key 遷移指引。
