customers_create_note
Add detailed notes to customer profiles in ServiceTitan, including text, pinned status, and creator ID, to streamline client communication and record-keeping.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
createdById | No | The ID of the user who created the note | |
id | Yes | Format - int64. | |
isPinned | No | Whether the note is pinned | |
tenant | Yes | Format - int64. Tenant ID | |
text | Yes | The note text |