Skip to main content
POST
Send presence update

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
number
string
required

Recipient number.

Example:

"5511999999999"

presence
string
required

One of unavailable, available, composing, recording, paused.

Example:

"composing"

delay
number
required

Duration in milliseconds to keep the presence active.

Example:

2000

Response

Success — provider-native response body.

presence
string
required

Presence state that was sent (e.g. composing, recording, paused, available, unavailable).