API Reference
Send reaction to message
Send an emoji reaction to an existing WhatsApp message. Reactions are only supported for WhatsApp messages.
POST
Send reaction to message
Documentation Index
Fetch the complete documentation index at: https://docs.zavu.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional sender profile ID. If omitted, the project's default sender will be used.
Example:
"sender_12345"
Path Parameters
Body
application/json
Single emoji character to react with.
Example:
"👍"
Response
Reaction accepted for delivery.
