Sending status text
#
Method#
/send-text-statusPOST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/send-text-status
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptYou can post texts in your status and this method is responsible for that, remember that statuses disappear after 24 hours.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
message | String | Text to be sent to status |
#
OpcionaisAttributes | Type | Description |
---|---|---|
#
Request Body#
URLMethod
POST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/send-text-status
#
Body#
Response#
200Attributes | Type | Description |
---|---|---|
zaapId | string | id on z-api |
messageId | string | id on whatsapp |
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”