---
title: "Push"
method: POST
path: "/handover/push/{bot_id}"
tags: ["Handover"]
---

# Push

`POST /handover/push/{bot_id}`

Send one or several messages to a specific user

## Path parameters

- `bot_id` string, required

## Request body

- HandoverPush
  - `client_id` string, required — ID of the user the message should be sent to
  - `message` string, required — Message to be sent
  - `rich_message` string — Rich message to be sent
  - `lang` string, required — Language used at conversation start. Ex `fr-fr`
  - `platform` 'messenger' | 'webchat', required — Channel where the message should be sent

## Response `200`

successful operation

## Other responses

- `400` — Invalid ID supplied
- `404` — bot not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
