Authorizations
The API key to use for authentication
Body
application/json
The slug of the workflow this thread belongs to
Minimum length:
1Example:
"my_great_workflow"
The name of the thread (optional, will auto-generate if not provided)
Example:
"My Thread"
Optional lookup keys for finding the thread later
Example:
["user-123", "platform-web-app"]Optional context slugs to append the context to the thread
Example:
["special-docs", "admin-files"]Response
Successfully created thread
The ID of the created thread
Example:
"thread_1234567890"
The name of the thread
Example:
"My Thread"
The lookup keys of the thread
Example:
["user-123", "platform-web-app"]The context slugs of the thread
Example:
["special-docs", "admin-files"]The creation date of the thread
Example:
"2021-01-01T00:00:00.000Z"
The last update date of the thread
Example:
"2021-01-01T00:00:00.000Z"

