gql_create_post
Create community posts in Thinkific spaces using GraphQL. Specify space ID, title, and content to publish discussions for course participants.
Instructions
Create a community post in a space (GraphQL). Note: CreatePostInput uses 'content' for the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | The space ID to post in | |
| title | Yes | Post title | |
| body | No | Post body/content |