scheduling
appointments_citas
Confirm
Confirma una cita usando el contact_id de HubSpot del cliente para validar su identidad, obtener su nombre y asignar al comercial más cercano.
post/api/_citas/confirm
Query parameters
contact_idstring required
Request body
Example request
{
"start_time": "2025-07-09T11:00:00",
"address": "Calle Falsa 123",
"appointment_type": "visita",
"zip": "28080",
"city": "Madrid",
"province": "Madrid",
"google_maps_url": "https://maps.google.com/maps?q=..."
}Response
Successful Response
{"stackTrail":"paths:/api/_citas/confirm:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.