For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
Mutation
Variables
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Post a new message into an existing discussion, in its original channel.
mutation sendThreadDiscussionMessage($input: SendThreadDiscussionMessageInput!) {
sendThreadDiscussionMessage(input: $input) {
threadDiscussionMessage {
id
threadDiscussionId
}
error {
message
type
code
fields {
field
message
type
}
}
}
}
{
"input": {
"threadDiscussionId": "td_01HXXXXXXXXXXXXXXXXXXXXXXX",
"markdownContent": "Following up on this — any update?"
}
}
Was this page helpful?
