---
title: "Send a link via whatsapp message"
method: POST
path: "/completion/wh/incoming"
---

# Send a link via whatsapp message

`POST /completion/wh/incoming`

## Request body

- object
  - `Body` string, required
  - `From` string, required

## Response `200`

Response

- unknown

## Other responses

- `400` — Missing Body or From in request body
- `401` — Unauthorized access - missing authorization
- `403` — Forbidden - Access token missing the required permissions to preform this action
- `404` — Not found - The route or resource were not found
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
