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

FieldTypeDescription
target *Target
object *object
idempotency_keystring
object
FieldTypeDescription
channel_id *stringChannel or DM identifier.
thread_idstringOptional parent message id to reply in-thread.
text *string
attachmentsBlobRef[]

Result

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

Examples

post to a channel

{
  "target": {
    "system": "slack"
  },
  "object": {
    "channel_id": "C0123456",
    "text": "Standup notes ready."
  }
}

Profiles