---
title: "Send Presence"
method: POST
path: "/chat/sendPresence/{instance}"
tags: ["Chat Controller"]
---

# Send Presence

`POST /chat/sendPresence/{instance}`

Send Presence (typing...)

## Path parameters

- `instance` string, required

## Request body

- object
  - `number` string, required — Receiver phone number with country code
  - `options` object, required
    - `delay` integer, required — Presence display time in milliseconds
    - `presence` 'composing' | 'recording', required — Presence type
    - `number` string, required — Number contact

## Response `201`

Created

## Changes

- **2024-11-05** (v2) `669c21c8934b` — 1 breaking
  - added the new required request property `options/number`
- **2024-10-14** (v2) `c153448703e5` — 3 breaking, 5 info
  - added the new required request property `number`
  - added the new required request property `options`
  - removed the success response with the status `200`
  - api operation id `sendPresence` was added
  - …4 more
- **2024-09-09** (v2) `0c4620ca5ed5` — 1 breaking, 2 warning, 5 info
  - removed the success response with the status `201`
  - removed the request property `number`
  - removed the request property `options`
  - api operation id `sendPresence` removed and replaced with ``
  - …4 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/chat/sendPresence/:instance/post.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
