Types
CreateThreadDiscussionInput
input
CreateThreadDiscussionInputFields
threadId
ID!
required
markdownContent
String!
required
The markdown content of the first message. When slackBlocks are provided, this is used as the fallback content rendered in Plain's UI.
attachmentIds
[ID!]
type
required
slackDetails
emailDetails
cursorDetails
unfurlLinks
Boolean
slackBlocks
String
Slack Block Kit blocks (https://api.slack.com/block-kit) to send as the first message of the discussion. Only valid when type is SLACK. Provided as a JSON string holding an array of blocks. In Plain, the UI will fall back to the markdownContent property but will render Slack blocks in Slack.

