コンテンツにスキップ
AchaduDevelopers
Developers/API/conversation_update
受信箱

会話を更新する

DU モードを割り当て、優先順位付け、または変更します。

PATCH/inbox/conversations/{id}inbox:write

リクエスト

idstring · pathリソース識別子。必須
statusstring · body州。オプション
prioritystring · body優先。オプション
assignee_idstring · body責任者です。オプション
ai_modestring · bodyAIモード。オプション
unreadinteger · body未読カウンター。オプション
actionstring · bodyオプションの操作アクション。オプション

curl
curl -X PATCH 'https://achadu.com/api/v1/inbox/conversations/resource_id' \
+  -H 'Authorization: Bearer ach_live_...' \
+  -H 'Accept: application/json' \
+  -H 'Content-Type: application/json' \
+  --data '{
  "status": "string",
  "priority": "string",
  "assignee_id": "string"
}'

答え

200操作が完了しました
4xxコード、メッセージ、request_id のエラー