Setup Documentation
Get started with Scanny in minutes
Quick Start
Sign Up
Create your free Scanny account at scanny-ai.com
Connect HubSpot
Navigate to Integrations and click "Connect HubSpot" - authorize with OAuth in seconds
Create Workflow
Set up automated workflows to extract data from attachments and populate HubSpot fields
Start Processing
Upload documents or connect Google Drive - watch Scanny auto-populate your CRM
HubSpot Integration
Scanny seamlessly integrates with HubSpot CRM to automatically populate deal and contact properties from document attachments.
Supported Objects
- Deals - Auto-fill custom and standard properties
- Contacts - Extract contact information from documents
- Companies - Populate company details automatically
- Custom Objects - Map to any HubSpot custom object
How It Works
- Document is attached to a HubSpot deal or contact
- Scanny triggers automatically via webhook
- AI extracts relevant data based on your schema
- HubSpot properties are updated instantly
Required Scopes
crm.objects.deals.readcrm.objects.deals.writecrm.objects.contacts.readcrm.objects.contacts.writefiles
Google Drive Integration
Connect Google Drive to automatically process documents from specific folders.
Setup Steps
- Go to Integrations page and click "Connect Google Drive"
- Authorize Scanny to access your Google Drive
- Select folders to watch for new documents
- Configure processing rules and output destinations
Supported File Types
- PDF documents
- Images (PNG, JPG, JPEG)
- Scanned documents
- Multi-page documents
API Integration
Integrate Scanny directly into your applications using our REST API.
Authentication
Generate API tokens from your dashboard. Include the token in the Authorization header:
Authorization: Bearer YOUR_API_TOKENProcess Document
POST /api/ocr/process
Content-Type: multipart/form-data
{
"file": [binary],
"document_type": "invoice",
"subscription_id": "your-subscription-id"
}Response
{
"success": true,
"document_id": "doc_123",
"extracted_data": {
"invoice_number": "INV-001",
"total_amount": "1250.00",
"date": "2025-01-15"
}
}Troubleshooting
Common Issues
HubSpot fields not updating
Ensure you have granted the required OAuth scopes and that the field mapping is correct in your workflow settings.
Poor extraction accuracy
Upload high-quality images (minimum 300 DPI) and ensure documents are well-lit and clearly visible.
API rate limits
Free tier: 100 documents/month. Pro: 1,000/month. Enterprise: Custom limits. Upgrade your plan for higher quotas.
Need Help?
Our support team is ready to assist you with any questions or issues.