Skip to main content
A Reddit post is defined by the subreddit array. Each entry names one subreddit, the title to post under, and the post type. Creating the OAuth app and connecting a channel: Reddit setup guide.

Settings Schema

Fields

Subreddit Object

Each item in the subreddit array contains a value object with:
That is the whole schema. __type, one entry in subreddit, and a title of at least two characters make a valid Reddit post.

type (Post Type)

A media post takes exactly one media item, and you have to upload the file before you attach it. PostQueen picks image or video from the extension.

Flair Object

Required when is_flair_required is true:

Complete Example

You can post to multiple subreddits simultaneously by adding multiple objects to the subreddit array.

Next steps

Connect the channel

Create the OAuth app and link the Reddit account.

Schedule the post

The create endpoint, field by field, with a worked request.

Upload media first

What a media post needs before you can attach it.

When a post fails

Work out why a post did not reach the subreddit.