React to an existing message with emoji or tapback

View as Markdown

Sends an iMessage tapback reaction (e.g. heart, thumbs-up) to a specific message identified by its GUID. Pass remove: true to remove an existing reaction.

Authentication

X-App-Idstring

Your MessageBlue App ID, sent in clear on every request. It is paired with request signing: each request is also signed with your App Secret (see the Authentication tag). The App Secret itself is NEVER transmitted — it is only the HMAC signing key.

Headers

Idempotency-KeystringOptional

Request

This endpoint expects an object.
originalMessageGuidstringRequired
reactionstringRequired
fromstringOptional
tostringOptional
groupIdstringOptional
removebooleanOptional

Response

Reaction sent
okboolean
dataobject

Endpoint-specific payload wrapped in a standard success envelope.

metaobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
503
Service Unavailable Error
504
Gateway Timeout Error