Chats
Open chat in engine
Brings the chat to the foreground on the connected WhatsApp Web client (creates the chat if it doesn`t exist yet for the engine).
Useful before issuing follow-up reads on a fresh JID. Requires chats:write.
Request
curl -X POST "https://api.blueticks.co/v1/chats/string/open"{
"success": true,
"data": {
"chat_id": "string"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
chat_id*string
Response
Response Body
application/json
application/json