React to chat message

org.intentschema.communication.chat.message.react.v1

JSON: bare · @sha256:87bdd4ff855f…
Hash: sha256:87bdd4ff855feab8c489a29e0bd9182df4d8560e51fa397630a91d332d35e109

Add or remove an emoji reaction on a chat message.

Payload

FieldTypeDescription
target *Target
object *object
idempotency_keystring
object
FieldTypeDescription
emoji *stringProvider-recognized emoji name without colons (e.g., `thumbsup`).
removeboolean (default false)

Result

FieldTypeDescription
external_idstring
atstring (date-time)

Examples

thumbs up

{
  "target": {
    "system": "slack",
    "external_id": "msg_abc"
  },
  "object": {
    "emoji": "thumbsup"
  }
}

Profiles