social
Reddit integration
Submit posts, comment, and read inbox notifications.
Overview
Post text and link submissions to subreddits the user has access to, reply to comments, and stream inbox notifications. Built on Reddit's official OAuth.
Quick start
blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);
// Connect a Reddit account through hosted OAuth
const { url } = await blazto.accounts.connect({ platform: "reddit" });
// Publish from your app
await blazto.posts.create({
text: "Shipping today.",
platforms: ["reddit"],
});What you can do
- ✓Submit text and link posts
- ✓Reply to comments and DMs
- ✓Read inbox notifications
Key endpoints
POST
Submit a Reddit post./postsGET
Reddit inbox notifications./inboxBuilt for
Community ops
Coordinate AMA and launch posts across subreddits.
Related integrations
Ship the Reddit integration today
One API key, one SDK, every platform you need.
Start for free