Enhanced Attio CRM integration with batch operations, improved error handling, data validation, enrichment functions, and robust task management.
- 📦 Batch Operations - Efficiently import large volumes of records
- 🔄 Retry Logic - Automatic retry on rate limits with exponential backoff
- ✅ Data Validation - Validate data before import to prevent errors
- 🔍 Enrichment Functions - Enhance records with additional data
- 📋 Task Management - Robust task creation and tracking
- ⚡ Progress Tracking - Monitor bulk operations in real-time
Set your Attio API key:
echo "ATTIO_API_KEY=your_api_key" >> ~/.envGet your API key: Attio → Workspace Settings → Developers → New Access Token
# Via ClawHub (once published)
clawdhub install attio
# Via GitHub
git clone https://github.com/capt-marbles/attio ~/.clawdbot/skills/attio# Batch import companies
attio-enhanced batch import companies data.json
# Create a record with validation
attio-enhanced records create company data.json
# Enrich records with additional data
attio-enhanced enrich company-idPerfect for:
- Sales prospecting - Import and manage large prospect lists
- Data migration - Move existing CRM data into Attio
- Lead enrichment - Enhance contact records with additional data
- Task automation - Create and manage tasks programmatically
- Bulk operations - Handle large volumes of CRM data efficiently
See SKILL.md for complete documentation.
- Attio API key
jqfor JSON processingcurlfor API requests
MIT
Gameye Sales Team