Learn how to use Reddit with Composio
Overview
Enum
REDDIT
Description
Connect to Reddit to post and comment.
Authentication Details
OAUTH2
Actions
REDDIT_SEARCH_ACROSS_SUBREDDITS
Search for content across subreddits.
Action Parameters
Action Response
REDDIT_RETRIEVE_SPECIFIC_COMMENT
Fetch information about a specific comment or post.
Action Parameters
Action Response
REDDIT_DELETE_REDDIT_COMMENT
Delete a comment.
Action Parameters
Action Response
REDDIT_POST_REDDIT_COMMENT
Post a new comment or reply to an existing comment.
Action Parameters
Action Response
REDDIT_CREATE_REDDIT_POST
Submit a new post to a subreddit. note: use reddit get user flair action to get the flair id for the subreddit.
Action Parameters
Action Response
REDDIT_RETRIEVE_REDDIT_POST
Fetch top posts in a subreddit with optional size limit.
Action Parameters
Action Response
REDDIT_GET_USER_FLAIR
Get flairs available for a subreddit. this action will be used to create a post.
Action Parameters
Action Response
REDDIT_EDIT_REDDIT_COMMENT_OR_POST
Edit an existing comment or self-post.
Action Parameters
Action Response
REDDIT_DELETE_REDDIT_POST
Delete a post.
Action Parameters
Action Response