Share Post (Reddit)
This node shares a new post to a specified subreddit. Supports text posts, link posts, and image posts. Requires a connected Reddit integration.
SocialRedditPostShare
Try this nodeInputs
| Name | Type | Required | Description |
|---|---|---|---|
| integrationId | integration | Yes | Reddit integration to use |
| subreddit | string | Yes | Subreddit name (without r/ prefix) |
| title | string | Yes | Post title (max 300 characters) |
| kind | string | Yes | Post type: 'self' for text, 'link' for URL, or 'image' for image |
| text | string | No | Post text content (for self posts) |
| url | string | No | Post URL (for link posts) |
| image | image | No | Image to upload (for image posts) |
| nsfw | boolean | No | Mark post as NSFW |
| spoiler | boolean | No | Mark post as spoiler |
Outputs
| Name | Type | Description |
|---|---|---|
| id | string | Reddit post ID |
| name | string | Reddit full name (kind + id) |
| url | string | Post URL on Reddit |
| permalink | string | Post permalink |
Related Nodes in Integrations
Search Repositories (GitHub)
Search for GitHub repositories
List User Repositories (GitHub)
List repositories for a GitHub user
Send Message (Discord)
Send a message to a Discord channel
Send Direct Message (Discord)
Send a direct message to a Discord user
Share Post (LinkedIn)
Share a post to your LinkedIn profile
Get Profile (LinkedIn)
Get your LinkedIn profile information
List Posts (Reddit)
List posts from a subreddit
Create Event (Google Calendar)
Create a new calendar event using Google Calendar API
List Events (Google Calendar)
List upcoming events using Google Calendar API
Send Email (Google Mail)
Send an email using Google Mail API
Read Inbox (Google Mail)
Read the last N messages from Gmail inbox