tdx-kb-create
Create new knowledge base articles in TeamDynamix (TDX) by specifying category, subject, body, and optional metadata like status, tags, and custom attributes.
Instructions
Create a new TDX knowledge base article
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | TDX app ID (defaults to env TDX_APP_ID) | |
| categoryId | Yes | KB category ID | |
| subject | Yes | Article subject/title | |
| body | Yes | Article body (HTML) | |
| summary | No | Article summary | |
| status | No | Article status (0=None, 1=Draft, 2=Approved, 3=Archived) | |
| order | No | Sort order | |
| reviewDate | No | Review date (ISO) | |
| ownerUid | No | Owner person UID | |
| ownerGroupId | No | Owner group ID | |
| tags | No | Tags | |
| attributes | No | Custom attributes |