bitrix24_crm_timeline_note_get
Retrieve the note attached to a CRM timeline item to verify its existence before saving, preventing accidental overwrites of human notes or transcripts.
Instructions
Read the «заметка» note attached to a CRM timeline item (e.g. a specific call). Returns the note text, or null if there is none. Use this before saving to check whether a note already exists (so you don't clobber a human note or a prior transcript).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Timeline item ID — for a call note this is the call activity's ID | |
| ownerId | Yes | ID of the lead/deal/contact/company | |
| itemType | No | Timeline item type (default 'activity' — a call/email/meeting) | |
| ownerType | Yes | CRM entity the timeline item belongs to |