evolution_message_send_sticker
Send a WhatsApp sticker using an image URL or base64-encoded data. Optionally quote a message, mention participants, or set a delay.
Instructions
Send a sticker by URL or base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delay | No | Delay in milliseconds before sending. | |
| number | Yes | Recipient phone number (digits, country code) or full WhatsApp JID. | |
| quoted | No | Message to quote/reply to. | |
| sticker | Yes | Sticker image URL or base64 (webp recommended). | |
| instance | No | WhatsApp instance name. Optional if EVOLUTION_DEFAULT_INSTANCE is configured. | |
| mentioned | No | List of JIDs to mention, e.g. ['5215550123@s.whatsapp.net']. | |
| mentionsEveryOne | No | Mention all group participants. |