These docs are still under constructionWe’re still working on adding:
- Sending forum posts with custom sender name + image from apps
- SSE events to live listen to reactions, forum posts, and comments
What’s Currently Supported
The new SDK already supports the following forum functionality:- Forum Posts: Create, retrieve, and list forum posts
- Comments: Create and list comments on forum posts
- Reactions: Add and list reactions (likes) on forum posts
Basic Usage
Initialize the SDK
Creating Forum Posts
Reading Forum Posts
Working with Comments
Adding Reactions (Likes)
Required Permissions
Make sure your app has the following permissions enabled:forum:read- For reading forum posts and commentsforum:post:create- For creating forum posts and commentschat:read- For reading and creating reactions
Forum Post Structure
Forum posts returned from the API include:Advanced Features
Pinned Posts
You can create pinned posts that appear at the top of the forum:Mentioning Users
Tag users in your forum posts to notify them:<@username> format where username is the user’s Whop username. They’ll receive a notification when mentioned.

