Write

Mark Commitment Fulfilled

Marks a tracked commitment as fulfilled, for example a promise like 'I'll send you that document by Friday' that was surfaced in your inbox. Pass the commitment_id from the overdue_commitments list returned by get_inbox_status. Throws if the commitment_id is not found.

mark_commitment_fulfilledPOST/api/v1/commitments/{commitment_id}/fulfill
crispy — bash

Example prompt: I just sent Jane the pricing deck I promised, mark that commitment as fulfilled

{
  "commitment_id": "a1b2c3d4-0000-1111-2222-333344445555",
  "status": "fulfilled",
  "fulfilled_at": "2026-06-16T15:04:00Z"
}
Permission scope
core
Access
Write
Category
Analytics

What you can build

Clear a promised follow-up off your overdue commitments after delivering it
Keep your inbox commitment tracker accurate as you close out tasks
Stop reminders for a commitment you have already honored
Maintain a trustworthy view of what you still owe contacts

Parameters

Inputs accepted by mark_commitment_fulfilled.

NameTypeDescription
commitment_idstringUUID of the commitment to mark as fulfilled (from get_inbox_status overdue_commitments)

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.