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

FieldTypeDescription
target *Target (required: external_id)
object *object
idempotency_keystring
object
FieldTypeDescription
text *string

Result

FieldTypeDescription
external_idstring
edited_atstring (date-time)

Examples

fix typo

{
  "target": {
    "system": "slack",
    "external_id": "msg_abc"
  },
  "object": {
    "text": "Standup notes ready (corrected)."
  }
}

Profiles