create_post
Create a question, note, or poll in a Piazza course using the course ID, post type, title, and content. Supports folders and anonymous posting.
Instructions
Create a new post (question, note, or poll) in a Piazza course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of post to create | |
| title | Yes | Post title/subject | |
| content | Yes | Post body content (HTML supported) | |
| folders | No | Folders to file the post under | |
| anonymous | No | Post anonymously to classmates | |
| network_id | Yes | The Piazza network/course ID |