---
title: "Webhook Cita Comercial"
method: POST
path: "/api/hubspot/webhook/cita_comercial"
tags: ["hubspot", "hubspot"]
---

# Webhook Cita Comercial

`POST /api/hubspot/webhook/cita_comercial`

Webhook para citas comerciales - genera token y URL para agendamiento (citas.html)

## 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

- CommercialWebhookResponse
  - `success` boolean, required
  - `webhook_type` string, required
  - `contact_id` string, required
  - `action` string, required
  - `expires_at` string, required
  - `timestamp` string, required
  - `message` string, required
  - `rcs_sent` boolean, required
  - `rcs_error` string, nullable
  - `commercial_link` 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)
