Write

Bulk Archive Stale Conversations

Archive conversations that have gone quiet for longer than a set number of days (default 30, minimum 7) where you were the last to message. Each archived thread automatically returns to your inbox if the other person replies, so nothing is lost. Use dry_run=true to preview the list first, and expect an empty result when no stale conversations are found.

bulk_archivePOST/api/v1/inbox/bulk-archive
crispy — bash

Example prompt: Show me what would be archived if I cleared out conversations with no reply in 45 days, then run it

{
  "dry_run": true,
  "would_archive": 12,
  "older_than_days": 45
}
Permission scope
core
Access
Write
Category
Messaging

What you can build

Clear out one-sided threads in a single pass to reach inbox zero faster
Preview exactly what will be archived before committing with a dry run
Keep your active inbox focused only on conversations awaiting your reply
Trust that archived chats resurface automatically if a contact comes back

Parameters

Inputs accepted by bulk_archive.

NameTypeDescription
older_than_daysnumberArchive conversations with no activity for this many days (default 30, min 7)
dry_runbooleanIf true, returns what would be archived without actually archiving (default false)

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.