---
title: "Webhook Status"
method: POST
path: "/api/rcs/webhook/status"
tags: ["external_services", "RCS"]
---

# Webhook Status

`POST /api/rcs/webhook/status`

Webhook para recibir actualizaciones de estado de mensajes RCS.

Vonage enviará notificaciones a este endpoint sobre el estado de los mensajes:
- submitted: Mensaje enviado a Vonage
- delivered: Mensaje entregado al dispositivo
- read: Mensaje leído por el usuario
- rejected: Mensaje rechazado

## Request body

- object

## Response `200`

Successful Response

- unknown

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