Edit chat message
org.intentschema.communication.chat.message.edit.v1
JSON: bare · @sha256:c5d6e084dfb2…
Hash: sha256:c5d6e084dfb257ecbdfe5631da34eb640b47167c14f6a3ab30027b34705c381b
Edit the text of an already-posted chat message. Edit history is retained by most providers and visible in compliance exports.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
object * | object | |
idempotency_key | string | |
object
| Field | Type | Description |
text * | string | |
Result
| Field | Type | Description |
external_id | string | |
edited_at | string (date-time) | |
Examples
fix typo
{
"target": {
"system": "slack",
"external_id": "msg_abc"
},
"object": {
"text": "Standup notes ready (corrected)."
}
}
Profiles