Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 914 Bytes

File metadata and controls

33 lines (23 loc) · 914 Bytes

PromptQL Support Reddit Bot

Cloudflare Worker that enables PromptQL users to post questions to r/promptql and get community support.

This integration is added to all PromptQL projects by default, allowing users to say things like:

  • "Can you ask PromptQL support about when this feature will come?"
  • "Can you report this bug to PromptQL support?"
  • "How do I connect to Salesforce? Can you ask on PromptQL support?"

Quick Start

npm install
npm run dev     # Local development
npm test        # Run tests
npm run deploy  # Deploy to Cloudflare

Documentation

See PLAN.md for the full implementation plan.

API Endpoints

Endpoint Method Description
/api/post POST Create a new post on r/promptql
/api/replies/:post_id GET Get replies to a specific post
/api/health GET Health check

License

MIT