ServiceTitan MCP Server

leads_create_follow_up

Schedule and manage follow-ups for leads in ServiceTitan. Input follow-up date, text, and pin-to-top settings to ensure timely communication and task organization.

Input Schema

NameRequiredDescriptionDefault
followUpDateYesFollow up date
idYesFormat - int64.
pinToTopYesPin to top
tenantYesFormat - int64. Tenant ID
textYesFollow up text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "followUpDate": { "description": "Follow up date", "type": "string" }, "id": { "description": "Format - int64.", "type": "integer" }, "pinToTop": { "description": "Pin to top", "type": "boolean" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "text": { "description": "Follow up text", "type": "string" } }, "required": [ "id", "tenant", "followUpDate", "text", "pinToTop" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r