Community
Create Thread
Creates a new discussion board thread.
POST
Create Thread
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Create Thread
Creates a new thread in a discussion board group. The authenticated customer becomes the thread author.Authentication
Requires a valid customer bearer token.Request Body
The discussion group to post in.
Thread title.
Thread body content.
Optional array of tags to apply.
Response
Returns a200 OK on success.
Examples
Create a thread
TypeScript Integration
Create Thread