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
| Field | Type | Description |
target * | Target | |
object * | object | |
idempotency_key | string | |
object
| Field | Type | Description |
channel_id | string | |
text * | string | |
broadcast | boolean (default false) | If true, also surface the reply in the parent channel. |
Result
| Field | Type | Description |
external_id * | string | Provider-assigned id. |
created_at * | string (date-time) | |
posted_at | string (date-time) | |
Examples
reply in thread
{
"target": {
"system": "slack",
"external_id": "msg_root_123"
},
"object": {
"text": "Got it."
}
}
Profiles