Create a new esa post
esa_create_postCreate a new post in an esa team, optionally adding tags, category, and marking as work in progress.
Instructions
Creates a new post in an esa team with optional tags, category, and WIP status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wip | No | Whether the post is Work In Progress. Set to false to ship it (mark as complete and ready to be published) | |
| name | Yes | The post name (title) | |
| tags | No | Tags for the post | |
| bodyMd | No | The post content in Markdown format. Use 4 spaces for indentation. | |
| message | No | Update message for the post | |
| category | No | Category path (e.g., 'dev/docs') | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. |