React to a message in a conversation
POST/api/v1/waba/conversations/:id/reaction
Takes the id of our own message row, not Meta's wamid: the wamid is read off the row, so a caller cannot react to a message outside their own conversation. Send an empty emoji to remove a reaction, which is how Meta models it; there is no delete call. Reactions are never charged.
Request
Responses
- 201
- 400
- 401
- 500
Reaction queued
The target message was never delivered, so it has no wamid
Unauthorized (invalid apiToken)
Internal server error