Respond to Status with Sticker
#
Method#
/reply-status-stickerPOST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/reply-status-sticker
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptMethod responsible for sending a sticker response to a status.
#
Attributes#
RequiredAttribute | Type | Description |
---|---|---|
phone | String | Phone number of the person who sent the status |
sticker | String | Link to the sticker or its Base64 |
statusMessageId | String | Status message ID. It can be obtained from the received message webhook -> webhook |
#
Request Body#
URLMethod
POST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/reply-status-sticker
#
Body#
Response#
200Attribute | Type | Description |
---|---|---|
zaapId | string | id in z-api |
messageId | string | id in WhatsApp |
id | string | Added for compatibility with Zapier, it has the same value as messageId |
Example
#
405In this case, ensure you are sending the method specification correctly. Check if you sent POST or GET as specified at the beginning of this topic.