Read chat message
org.intentschema.communication.chat.message.read.v1
JSON: bare · @sha256:24ce104654e7…
Hash: sha256:24ce104654e7b48d96b74d483d3ae1250fd4c06232c762aab3f95e7d0858064d
Read a single chat message by id.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
Result
| Field | Type | Description |
external_id * | string | |
object | object | |
etag | string | |
object
| Field | Type | Description |
external_id | string | |
channel_id | string | |
thread_id | string | |
author | string | |
text | string | |
posted_at | string (date-time) | |
Examples
fetch by id
{
"target": {
"system": "slack",
"external_id": "msg_abc"
}
}
Profiles