Features
Create forum post
Create a forum and a post using the API
Overview
To post in a forum, you must:
- Find or create a Forum Experience
- Create a Forum Post inside the Forum Experience
If you already know what forum experience you want to post in, you can skip step 1, and use the experience ID directly in step 2.
Find or create a forum experience
A forum post must be created within a Forum Experience.
The findOrCreateForum
method will find an existing forum experience with the specified name,
or create a new one with all the specified options
This will create the forum in the same whop as the supplied experience.
Create a forum post.
Once you have the experienceId
from the above, use it to create a post.
Basic Forum Post
withUser()
: ID of the user postingforumExperienceId
: The ID of the target forumtitle
andcontent
: Main post body. (title is optional)
Forum post with advanced options
This demonstrates a rich post using all features: