createTaskV2
Create a task or appointment in Lofty CRM with type (Other, Call, Email, Text, Appointment) and optional address for appointments.
Instructions
Create a task or appointment (v2 API). Type: Other | Call | Email | Text | Appointment. For Appointment type, provide address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Task type | |
| content | No | Task description | |
| leadId | No | Lead ID | |
| assignedRole | No | Assigned role | |
| startAt | No | Start time (ISO 8601) | |
| endAt | No | End time (ISO 8601) | |
| timeZoneCode | No | IANA time zone code, e.g. America/Chicago | |
| address | No | Address (for Appointment type) |