API

Build on LeadForGrow.

REST API for leads, webhooks, and automation triggers. Authenticate with API keys from your workspace settings.

Get API access
POST /api/automation/leads
Authorization: Bearer YOUR_API_KEY

{
  "name": "Jane Doe",
  "email": "jane@example.com",
  "phone": "+91...",
  "source": "website"
}