Get up and running with Grader.io in under 10 minutes.
Once logged in, you'll land on the Dashboard. Here's how to create your first grader:
1. Click "Create New Grader" on the dashboard 2. Give your grader a name (e.g., "Lead Qualification") 3. Define your evaluation criteria 4. Set up scoring weights 5. Save and activate
Each grader uses criteria to evaluate submissions. Criteria can be:
Grader.io supports multiple integration methods:
| Method | Best For | Setup Time |
|---|---|---|
| HubSpot | Existing HubSpot users | 2 minutes |
| Webhook | Custom forms | 5 minutes |
| API | Programmatic access | 10 minutes |
Navigate to Connections → HubSpot and click "Connect". You'll be redirected to HubSpot to authorize the integration.
Use our webhook endpoint to send form submissions directly:
curl -X POST https://api.grader.io/v1/submissions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "graderId": "your-grader-id", "data": { "name": "John Smith", "email": "john@example.com", "company": "Acme Inc", "budget": 50000 } }'
Once submissions start flowing in, you can:
Need help? Contact Support