Write

Add Contact Note

Adds a free-form note to a contact, capturing context like call summaries or deal details. Notes are user-scoped and timestamped, and they surface again through get_contact and list_notes. The call fails if the contact cannot be found.

add_notePOST/api/v1/contacts/notes
crispy — bash

Example prompt: Add a note to Jane Smith: Called re: Q3 deal, wants pricing by Friday

{
  "note_id": "note_a1b2c3",
  "contact_id": "contact_5e7b22",
  "created_at": "2026-06-16T14:22:00Z"
}
Permission scope
core
Access
Write
Category
Lead Management

What you can build

Log a call summary so your next conversation picks up right where you left off
Capture deal context and next steps directly on the contact record
Record a prospect's stated objection or timeline for later follow-up
Keep a running history of touchpoints that travels with the relationship

Parameters

Inputs accepted by add_note.

NameTypeDescription
lookupobjectStructured contact identifier. Resolver picks the highest-priority field per RESOLVER-09 (crispy_id > linkedin_provider_id > external_id > linkedin_url > email).
bodystringNote text.

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.