latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-15420246.8 KB

533b3360e2e4

Connections

patch/connections/{phoneNumber}/presence

Path parameters

phoneNumberstring required
Example:+551234567890

Phone number for connection. Must have + prefix.

Request body

type'unavailable' | 'available' | 'composing' | 'recording' | 'paused' required

Presence type. available is automatically reset to unavailable after 60s. composing and recording are automatically held for ~25s by WhatsApp. paused can be used to reset composing and recording early.

toJidstring

WhatsApp JID [Required for composing, recording, and paused]

Example request

{
  "type": "available"
}

Response

Presence update sent successfully