Skip to main content
iMessage reactions are the emoji responses native to iMessage: love, like, dislike, laugh, emphasize, and question. You can send them on any message and receive them via webhooks.

Send a reaction

To react to a message, you need the message’s id or guid (both are returned when listing messages) and the recipient’s handle:
You can pass either a msg_ prefixed ID or a raw iMessage GUID as the message_id.

Reaction types

Receive reactions via webhooks

Subscribe to reaction.added and reaction.removed events to get notified when someone reacts to a message:

List reactions on a message

Finding the message ID

Both the id and guid fields are returned on every message object. You can use either one when sending reactions: