edit_conversation_note
Update a conversation note by appending or replacing content. Identify the conversation by ID or lead details to maintain accurate records.
Instructions
Add or replace a note on an inbox conversation. Identify the conversation by conversationId, or by lead identifiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | 'append' to add to existing note, 'replace' to overwrite | |
| note | Yes | Note content to add or replace | |
| No | Lead email to identify the conversation | ||
| leadId | No | The lead ID | |
| campaignId | No | Campaign ID for context | |
| identityId | No | Identity ID for context | |
| linkedinUrl | No | Lead LinkedIn URL to identify the conversation | |
| campaignName | No | Campaign name for context | |
| conversationId | No | The conversation ID |