Reply to chat message

org.intentschema.communication.chat.message.reply.v1

JSON: bare · @sha256:a5eda62d0d1c…
Hash: sha256:a5eda62d0d1cfa4777e5b3c0afacadd60aea79e5555b354863bff7d93564f084

Reply in a chat thread under an existing message.

Payload

FieldTypeDescription
target *Target
object *object
idempotency_keystring
object
FieldTypeDescription
channel_idstring
text *string
broadcastboolean (default false)If true, also surface the reply in the parent channel.

Result

FieldTypeDescription
external_id *stringProvider-assigned id.
created_at *string (date-time)
posted_atstring (date-time)

Examples

reply in thread

{
  "target": {
    "system": "slack",
    "external_id": "msg_root_123"
  },
  "object": {
    "text": "Got it."
  }
}

Profiles