Requires a signed-in Appeeky account. Connect Reddit before posting or scheduling.
How it works
- No auto-posting of inbox drafts — you review each opportunity first.
- Scheduled posts are dispatched by a Trigger.dev cron (
growth-reddit-scheduled-dispatch, every 5 minutes) or manually viaPOST …/scheduled-posts/:id/dispatch. - Hard dedupe — each Reddit post is processed once per project.
Connect Reddit
Projects
Reddit channelConfig
Opportunities (inbox)
Urgency values:
must_reply, browse. Status: pending, approved, dismissed, replied, expired.
List responses include meta.total for pagination.
Inbox cleanup
When the inbox grows large, bulk-dismiss low-value rows or let the nightly cron expire untouched items.
POST body (at least one flag required):
- low urgency —
urgency = low - below min score —
intent_scoreunder the project threshold (or global default) - stale posts — Reddit post older than
maxPostAgeDays - untouched old — pending in inbox 60+ days (also auto-expired nightly by
growth-inbox-expirecron)
GET …/connect/reddit/account-health) returns readiness: cold | warming | ready, a checklist (account age, comment karma, daily API cap), and today’s API post/reply counts.
Scheduled posts
Channel registry
MCP tools
Reddit Growth is exposed asgrowth_* MCP tools — see MCP Server → Growth Channels.
Related
- Growth Channels overview — shared model and future channels
- Reddit account warmup — avoid spam-filter removals on new accounts

