POST /sendSeenMarks a specific chat or message as "read" (blue ticks). This is useful for building auto-responders or bots to indicate that the system has processed a message.Developer Tips & Best Practices:
Selective Marking: You can mark an entire chat as read by providing just the chatId, or mark messages up to a specific point by providing messageIds.
UX: Use this sparingly. Users expect a reply shortly after seeing blue ticks. Only trigger this when your bot is about to respond or has successfully logged the message.
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://wawp.net/wp-json/awp/v1/sendSeen?instance_id=123456789&access_token=123456789&chatId=447441429009@c.us&messageIds[]=false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA&participant=null'