---
title: "Webhook Manual Previsualizacion"
method: POST
path: "/api/hubspot/webhook/manual_previsualizacion"
tags: ["hubspot", "hubspot"]
---

# Webhook Manual Previsualizacion

`POST /api/hubspot/webhook/manual_previsualizacion`

Webhook para previsualización manual - crea evento en Calendar automáticamente
cuando fecha_previsualizacion tiene valor y cita_app_previsualizacion está vacía.

Este webhook se activa desde HubSpot workflow para crear automáticamente el evento
en Calendar sin que el cliente tenga que usar la app móvil.

## Request body

- HubSpotWebhookCitaRequest — Payload para webhooks de citas desde HubSpot Valida el campo 'Correo' que debe ser un email válido.
  - `Correo` string, email, required — Email del contacto en HubSpot

## Response `200`

Successful Response

- ManualPreviewWebhookResponse
  - `status` string, required
  - `message` string, required
  - `contact_id` string, required
  - `deal_id` string, required
  - `event_id` string, required
  - `comercial_email` string, required
  - `appointment_time` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
