Skip to main content
Update a single Note.
Tool ID: affinity_v2_notes_note_id_post

Run this action

Use the TypeScript SDK for a single call. Put ctx.tools.execute(...) inside a Play when the call should be durable, scheduled, or run across a CSV.

CLI

Example response

The static output schema is not detailed enough to generate a reliable example. Use deepline tools get affinity_v2_notes_note_id_post --json for the complete live contract.

Input reference

Request body for updating an existing note. All properties are optional: only those explicitly provided are updated, and other properties are left unchanged. The properties that may be updated depend on the existing note’s type: - Root notes (entities, interaction, ai-notetaker) may update content and the entity association arrays (persons, companies, opportunities). - Reply notes (user-reply, ai-notetaker-reply) may update content only; attaching persons, companies, or opportunities to a reply note is rejected. For each of persons, companies, and opportunities, you may: - omit the field to leave existing associations unchanged - send an empty array ([]) to clear all associations of that kind - send a non-empty array to replace the existing set with the supplied list. Any note the caller has write access to can be updated, including AI Notetaker notes. A See the live schema below for the complete notes.

Output reference

Deepline cost

  • Pricing model: fixed (per call).
  • Estimated Deepline credits: 0 per pricing unit.
  • Provider-native pricing may still exist outside Deepline credit billing.