FUTURE FREE · 5 SITES · 20 REPLIES
The Free plan specification remains
The planned Free plan includes 5 active sites and 20 provider-accepted replies per calendar month UTC. During private beta, access is by invitation and email sending is not yet enabled.
Open invited workspacePOST /api/v1/leads
Replace a form integration, not your frontend
Keep local validation and bot protection. From your server route, send one authenticated POST request with a stable idempotency key.
curl https://api.leadpending.com/api/v1/leads \
-H "Authorization: Bearer lp_live_••••" \
-H "Idempotency-Key: form_018f..." \
-H "Content-Type: application/json" \
-d '{
"name": "Maya Chen",
"email": "[email protected]",
"subject": "Three clinic websites",
"message": "Can you help us launch before October?"
}'