skool_posts_create
Create a new post in a Skool community by supplying group ID, title, and content. Uses auth cookies to send the post to Skool's API.
Instructions
Create a new post in a community. Requires auth cookies. Posts to api2.skool.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Category label UUID | |
| title | Yes | Post title | |
| content | Yes | Post body content | |
| groupId | Yes | The group UUID |