vrchat_group_post_create
Create a VRChat group post or announcement with title, text, visibility, and optional member notification, image, or role restrictions.
Instructions
Create a group post (announcement). Does not notify members unless sendNotification is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Post body text. | |
| title | Yes | Post title. | |
| groupId | No | Exact group ID. Provide groupId or shortCode. | |
| imageId | No | Existing VRChat file ID to attach as the post image. | |
| roleIds | No | Restrict the post to these group roles. Omit to show it to everyone who can see the post. | |
| shortCode | No | Exact group short code. Provide groupId or shortCode. | |
| visibility | Yes | group restricts the post to members; public shows it on the group page. | |
| sendNotification | No | Notify group members. Defaults to false; set true only when the post warrants a ping. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post | No | ||
| postId | No | ||
| status | Yes | ||
| groupId | Yes | ||
| mergedFromExisting | No |