nworks_board_create
Create and publish posts on NAVER WORKS boards. Specify board ID, title, and content to share announcements or discussions with team members.
Instructions
게시판에 글을 작성합니다. '게시판에 글 올려줘', '공지 작성해줘' 등의 요청에 사용. boardId는 nworks_board_list로 조회 가능. User OAuth 인증 필요 (board scope)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | 게시판 ID (nworks_board_list로 조회 가능) | |
| title | Yes | 글 제목 | |
| body | No | 글 본문 | |
| enableComment | No | 댓글 허용 (기본: true) | |
| sendNotifications | No | 알림 발송 (기본: false) |