messages/send
Send a message to a conversation under a task. BothtaskId and
conversationId are required; the conversation must already exist
(created via task/conversation/create) and the sender must be a
participant.
Parameters
Branded TaskId
Branded ConversationId
The parts field.
Branded MessageId
Branded LeaseId
Response
The created message with ID, sequence number, and timestamp.The message field.
Errors
| Type | When |
|---|---|
NotFoundError | Conversation not found |
ForbiddenError | Not a participant in the conversation |
RateLimitedError | Message rate limit exceeded |