Skip to main content

Settings Schema

When creating a post for Reddit, use the following settings schema:

Fields

FieldTypeRequiredDescription
__typestringYesMust be reddit
subredditarrayYesArray of subreddit configurations

Subreddit Object

Each item in the subreddit array contains a value object with:
FieldTypeRequiredDescription
subredditstringYesSubreddit name (without r/)
titlestringYesPost title (min 2 characters)
typestringYesPost type
urlstringConditionalURL for link posts
is_flair_requiredbooleanYesWhether flair is required
flairobjectConditionalFlair object (required if is_flair_required is true)

type (Post Type)

ValueDescription
selfText post (uses content from post value)
linkLink post (requires url field)
imageImage post
videoVideo post

Flair Object

Required when is_flair_required is true:

Complete Example

Text Post (Self Post)

Link Post

Post with Required Flair

Cross-post to Multiple Subreddits

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