For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/setup/backend/campaigns.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

Campaigns

Set up, configure, and run the Reloop campaigns microservice locally.

Broadcast email campaigns — audience targeting, scheduling, send, and engagement stats.

Overview

PropertyValue
Directoryapps/backend/campaigns
Port8027
Local URLhttps://local.reloop.sh/api/campaigns
Swagger UIhttps://local.reloop.sh/api/campaigns/openapi
StackElysiaJS · PostgreSQL · Redis · NATS · BullMQ

Quick start

bun be:campaigns:dev

Or bun backend:dev / bun dev.

Environment

apps/backend/campaigns/.env — from bun setup / bun env:setup.

PG_URL=postgresql://reloop:reloop123@localhost:5432/reloop
REDIS_URL=redis://:reloop123@localhost:6379
PORT=8027
BASE_URL="https://local.reloop.sh"
NATS_URL=nats://localhost:4222
NODE_ENV=development

Was this page helpful?

Edit this page