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

---

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