customers_create_note
Add detailed notes to customer profiles in ServiceTitan by specifying text, tenant ID, and optional pinned status for enhanced 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 |