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
| Property | Value |
|---|---|
| Directory | apps/backend/campaigns |
| Port | 8027 |
| Local URL | https://local.reloop.sh/api/campaigns |
| Swagger UI | https://local.reloop.sh/api/campaigns/openapi |
| Stack | ElysiaJS · 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=developmentWas this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.