create_message
Create a new message or post in a Basecamp Classic project by specifying the project, title, and body content. Optionally set a category and mark as private.
Instructions
Create a new message/post in a project.
Args: project_id: The numeric project ID. title: The message title. body: The message body (HTML allowed). category_id: Optional category ID for the message. private: Whether the message is private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| title | Yes | ||
| private | No | ||
| project_id | Yes | ||
| category_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||