Sends a follow-up in an existing chat. This is a chat-scoped route: {id} is the chat_id, not a message_id.
The body is wrapped in message. Top-level parts will be rejected.
For group chats, create the group with a text-only POST /api/v1/chats call
first. Send media and rich links through this follow-up endpoint after the
group chat exists.
Request
Upload first, then reference the attachment_id.
Send a rich link
The rich_link part shape is the same on every Chert sender line. The rich link is rendered as its own preview bubble. If a rich preview cannot be generated, the URL may be delivered as plain text instead.
Optional fields: title, summary, image_url, icon_url.
This is the recommended shape for review-request messages that include a
personalized image and a previewed URL.
Response
The returned message.id is the id to pass to message-scoped actions such as
POST /api/v1/messages/{id}/react.
Fields
See also