Write

Reject Suggested Label

Reject the suggested label for a conversation identified by chat_id, optionally passing a correct_label such as 'sales', 'networking', 'recruiting', 'support', 'personal', or 'other' to train the classifier. Providing the right label improves future suggestions. The call returns an error if the chat_id is not found.

reject_suggested_labelPOST/api/v1/inbox/conversations/{chat_id}/reject-label
crispy — bash

Example prompt: Reject the suggested label for chat_9f2a and mark it as networking instead

{
  "chat_id": "chat_9f2a",
  "status": "rejected",
  "correct_label": "networking"
}
Permission scope
core
Access
Write
Category
Messaging

What you can build

Dismiss an inaccurate category suggestion before it clutters your inbox
Teach the classifier the correct label so future suggestions get sharper
Keep your split-inbox categories clean and trustworthy over time
Correct misread conversations during fast inbox triage

Parameters

Inputs accepted by reject_suggested_label.

NameTypeDescription
chat_idstringThe chat_id of the conversation to reject the label for.
correct_label"sales" | "networking" | "recruiting" | "support" | "personal" | "other"Optional. The correct label to apply instead.

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.