create_note
Add a note to a contact or company record in Mautic. Specify note type (general, email, call, or meeting) and optionally include contact or company ID.
Instructions
Add note to contact or company
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Note text | |
| type | Yes | Note type | |
| contactId | No | Contact ID (if adding to contact) | |
| companyId | No | Company ID (if adding to company) |