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
| Field | Type | Description |
target * | Target | |
object * | object | |
idempotency_key | string | |
object
| Field | Type | Description |
emoji * | string | Provider-recognized emoji name without colons (e.g., `thumbsup`). |
remove | boolean (default false) | |
Result
| Field | Type | Description |
external_id | string | |
at | string (date-time) | |
Examples
thumbs up
{
"target": {
"system": "slack",
"external_id": "msg_abc"
},
"object": {
"emoji": "thumbsup"
}
}
Profiles