Pin / Unpin messages
#
Method#
/pin-messagePOST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/pin-message
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptIn this method you will be able to pin chat messages, whether private chats or groups.
#
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 | Message id that will be pinned or unpinned |
messageAction | string | Action that will be executed to the message (pin, unpin) |
pinMessageDuration | string | Duration that the message will stay pinned. Has no effects when action is unpin. |
#
Request 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”
#
Webhook ResponseLink to webhook response (on receipt)