Messages
Send Message
Send a plain-text message into an existing conversation you participate in.
POST
Sends a plain-text message into an existing conversation you participate in. The same membership, rate-limit, and content-policy checks as the in-app messaging flow apply. This endpoint never creates conversations — get a
conversationId from GET /messages or by starting a proposal thread.
Requirements: messages:write scope + the public_api_messaging_writes feature + a claimed account (unclaimed accounts get 403 with details.reason: "account_claim_required" and a claimUrl).
Request
Existing conversation you participate in.
Plain-text message, 1–10,000 characters.
Response
Returns201 on success.
true on success.The created message, in the same shape as the message entries on
GET /messages: {id, createdAt, updatedAt, conversationId, jobId, senderUserId, isFromViewer, content, messageType, system, hasUnreadFlag, attachmentCount, hasAudio, editedAt, reactionCount}.