keap_create_note
Create a note on a Keap contact. Provide contact ID and at least a title or body; optionally set type and user ID.
Instructions
Create a note on a contact. Must include at least a title or body.
API: POST /notes
Args:
contact_id: Required. The contact this note is attached to.
title: Note title.
body: Note body text.
type: One of "Appointment", "Call", "Email", "Fax", "Letter", "Other".
user_id: The owning user's ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| type | No | ||
| title | No | ||
| user_id | No | ||
| contact_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |