create_note
Create and attach a note to a contact in Salesmate CRM. Supply the contact's numeric ID and the note text to log information directly.
Instructions
Create a note attached to a contact.
Args: contact_id: The numeric id of the contact to attach the note to. note: The note body text.
Returns: A structured object containing the created note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| contact_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||