Instant Telegram notifications

DataForge
Lead Capture API

Capture leads from any source. Instant Telegram notifications. Zero infrastructure.

Get API Key Free View Docs →

Simple, usage-based pricing

Start free. Scale as you grow.

Starter
$0/mo
  • 1,000 events/month
  • 10 requests/min
  • Deduplication (10 min)
  • D1 event storage
Start free
MOST POPULAR
Pro
$29/mo
  • 10,000 events/month
  • 60 requests/min
  • Telegram notifications
  • Event history via API
  • Email support
Get Pro
Business
$79/mo
  • Unlimited events
  • 300 requests/min
  • Everything in Pro
  • Priority support 24/7
  • SLA 99.9%
Get Business

Get your API key

Free forever on Starter. No credit card required.

Create your account

Instant API key. 1,000 events/month included on Starter.

Your API key is ready!

Save this key — it won't be shown again. Use it as your Bearer token.

bash · Integration example broad-bonus-2baf.aalvarez351.workers.dev
# Send a lead event curl -X POST https://broad-bonus-2baf.aalvarez351.workers.dev/api/ingest -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"type": "lead", "name": "John Doe", "email": "john@example.com"}' # Response 200 OK {"ok":true,"eventId":"uuid-xxx"} # Upgrade to Pro or Business (USDT crypto payment) curl -X POST https://broad-bonus-2baf.aalvarez351.workers.dev/billing/checkout -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"plan": "pro", "network": "trc20"}'