← Integrations

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

Key endpoints

POST/posts
Submit a Reddit post.
GET/inbox
Reddit inbox notifications.

Built 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