volkern_create_cita
Schedule appointments in Volkern CRM by specifying lead ID, date/time, type, and details to organize client meetings and services.
Instructions
Create a new appointment. Check availability first with volkern_check_disponibilidad.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | Yes | ID of the lead for this appointment | |
| fechaHora | Yes | Appointment date/time in ISO 8601 UTC (e.g., 2026-02-10T10:00:00Z) | |
| tipo | No | Appointment type (default: reunion) | |
| titulo | No | Appointment title | |
| descripcion | No | Appointment description or notes | |
| duracion | No | Duration in minutes (default: 60) | |
| servicioId | No | Service ID (required if tipo is 'servicio') |