Read texts
#
Method#
/read-messagePOST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/read-message
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptMethod used to mark a text message as read
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
phone | string | Recipient (or group ID in case you want to send it to a group) telephone number in the format DDI DDD NUMERS Ex: 551199999999. IMPORTANT only send numbers without formatting or a mask |
messageId | string | Original messages id, in case the message was sent by you it is the code that comes in the response. In case it is a message sent by a contact you will receive this messageID through your webhook’s receive. |
#
OptionalsAttributes | Type | Description |
---|---|---|
#
Request Body#
Response#
204No content
Attributes | Type | Description |
---|---|---|
Example
#
405In this case certify that you are sending the correct specification of the method. This means, verify if you sent a POST or GET as specified at the beginning of this topic.
#
415In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”
#
Webhook ResponseLink for webhooks response (upon receiving)