POST/api/global-chatbot/demo
zentor-app.de/demo 上の公開デモチャットボットを起動し、ブラウザで登録なしに試すことができます。実際のテナントウィジェットと同じグローバルチャットボットメカニズムを使用しています。
Auth & Absicherung
Keine Authentifizierung erforderlich
ブロック10のアクセス制御(accessControlGuard、スコープ「widget」、ZENTOR_MAIN_TENANT_ID)-- 現在ドライラン中、ヘルプセンターの「セキュリティ」カテゴリを参照してください。
Idempotent: Nein
Parameter
message(body, string, erforderlich)visitor_id(body, string, erforderlich)— 有効なUUIDである必要がありますBeispiel-Request
{"message":"Was kann Zentor App?","visitor_id":"<UUID>"}Beispiel-Response
{"ok":true,"data":{"response":"Zentorプラットフォーム概要\nZentorとは何か、そしてその用途について。","buttons":[],"state_after":"idle","checkout_payload":{"plan_code":"zentor_demo_start","display_name":"Zentorデモ開始","checkout_url":"https://zentor.app/onboarding/demo","ready":false,"missing_slots":["name","email","phone"]},"session_id":"c8e9762b-d4e2-437b-8331-48a82fd6eb0e","blocked_by_agent":false}}Fehlercodes
400 MESSAGE_REQUIRED — メッセージがありません。400 INVALID_VISITOR_ID — visitor_id は有効な UUID ではありません。Live-Test-Nachweis
成功(200、実際のボット応答にcheckout_payloadを含む)と2つのネガティブケースをライブで検証しました。