Send chat message
org.intentschema.communication.chat.message.send.v1
JSON: bare · @sha256:e5e780a67ba3…
Hash: sha256:e5e780a67ba3e9cb977fa5647055a064e845f36aa8c4d5d81d41c73ad7843a15
Post a chat message to a channel, DM, or thread.
Payload
| Field | Type | Description |
target * | Target | |
object * | object | |
idempotency_key | string | |
object
| Field | Type | Description |
channel_id * | string | Channel or DM identifier. |
thread_id | string | Optional parent message id to reply in-thread. |
text * | string | |
attachments | BlobRef[] | |
Result
| Field | Type | Description |
external_id * | string | Provider-assigned id. |
created_at * | string (date-time) | |
channel_id | string | |
posted_at | string (date-time) | |
Examples
post to a channel
{
"target": {
"system": "slack"
},
"object": {
"channel_id": "C0123456",
"text": "Standup notes ready."
}
}
Profiles