POSTARYX

Whop

How to add Whop to Postiz

These are your credentials with the platform, not Postiz credentials.

The keys on this page belong to a developer app you register with the platform. Nobody from Postiz will ever ask for them.

Keep them in your environment or a secret manager, never in a committed .env file, and rotate them at the platform if they leak.

This integration requires that you have a Whop account with at least one company and a forum experience set up.

Create a Whop OAuth Application

Go to the Whop Developer Portal and create a new application.

Get and set your Client ID

Copy the Client ID from your Whop application settings and add it to your .env file:

WHOP_CLIENT_ID="your_client_id"

Add a Redirect URI

The OAuth2 Redirect URI is the location where the provider will redirect to after a successful login. This needs to be set to your Postiz FRONTEND_URL + /integrations/social/ + {provider}.

You only need to set one OAuth2 Redirect URI when you are setting up your Postiz app.

Your Whop OAuth2 Redirect URI:

  • Production: https://your-postiz-domain.com/integrations/social/whop
  • Local development: http://localhost:4200/integrations/social/whop
  • Docker: http://localhost:5000/integrations/social/whop

Add this redirect URI in your Whop application settings.

Add Whop as a Channel in Postiz

Go to the Postiz web interface, click Add Channel, and select Whop. You will be redirected to Whop to authorize the connection.

Create a Post

When creating a post for Whop, you will need to configure:

  • Company: Select which Whop company to post under.
  • Forum: Select the forum (experience) to post in.
  • Title: An optional title for your forum post.

The post content supports Markdown formatting. You can also attach files to your post.

Features

  • Post to forums: Publish posts to any Whop forum you have access to.
  • Markdown support: Write posts using full Markdown formatting.
  • Comments: Schedule threaded comments on your posts.
  • File attachments: Attach images and files to posts and comments.
  • Token refresh: Postiz automatically refreshes your Whop access token to keep the connection alive.

Troubleshooting

  • "Invalid token, please re-authenticate": Your access token has expired or been revoked. Reconnect the integration by removing and re-adding the Whop channel.
  • "Insufficient permissions": Your Whop account may not have the required scopes. Re-authenticate to grant the necessary permissions.
  • "Forum or experience not found": The selected forum may have been deleted or you no longer have access to it. Select a different forum.
  • No companies appear: Make sure your Whop account owns or manages at least one company.
  • No forums appear: The selected company must have at least one forum experience created. Set up a forum in your Whop company dashboard first.