devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
820 stars 249 forks source link

Appear online[Feature Request] #263

Closed evollution closed 4 months ago

evollution commented 4 months ago

Hello, i have a problem, my account appears online just yeterday but sends messages today, this is very easy to link to robot. how can i appear online?

allburov commented 4 months ago

You need to indicate your presense by using https://waha.devlike.pro/docs/how-to/presence/#set-presence (the endpoint work on both WEBJS and NOWEB engines)

Send it before send a response for a message (because 24 hours online account looks like a bot too)

POST /api/{session}/presence
{
  "presence": "online"
}
evollution commented 4 months ago

Thank you, and after i stop typing is better if i set it o offline?