Appearance
Integrations Overview
Connect autoch.at CRM with external systems via API, webhooks, and connectors.
Integration Options
autoch.at CRM offers three main integration methods:
1. REST API
- Programmatic access to CRM data
- Create, read, update, and delete operations
- API key authentication
- Scope-based permissions
2. Webhooks
- Real-time event notifications
- Outbound notifications to your systems
- HMAC signature verification
- Retry logic with exponential backoff
3. Connectors
- Pre-built integrations for popular services
- OAuth and API key authentication
- Sync state management
- Idempotent data synchronization
Getting Started
For API Integration
- Go to Settings → Integrations → API Keys
- Create an API key
- Set appropriate scopes
- Use the key in API requests
- See API Documentation
For Webhooks
- Go to Settings → Integrations → Webhooks
- Create a webhook endpoint
- Select event types to subscribe to
- Configure signing secret
- Test webhook delivery
For Connectors
- Go to Settings → Integrations → Connectors
- Browse available connectors
- Install and configure
- Set up sync schedules
- Monitor sync status
Available Integrations
WordPress/WooCommerce
- Sync customers and orders
- Create invoices from orders
- Two-way data synchronization
- See WordPress Plugin Guide
Mailchimp/ESPs
- Sync client data
- Segment by CRM data
- Trigger campaigns
- Track engagement
autoch.at
- Native integration
- Bidirectional sync
- Real-time updates
- Unified workflow
Security
All integrations use secure authentication:
- API Keys: Scoped permissions, expiration dates
- Webhooks: HMAC signatures, SSL required
- Connectors: OAuth 2.0, encrypted credentials
Best Practices
- Use appropriate scopes: Grant minimum required permissions
- Rotate keys regularly: Update API keys periodically
- Verify webhooks: Always verify HMAC signatures
- Handle errors: Implement retry logic and error handling
- Monitor usage: Track API usage and webhook delivery
- Test thoroughly: Test integrations in development first
Next Steps
- API Documentation - Learn about the REST API
- Webhooks Guide - Set up webhook endpoints
- Connectors - Configure third-party connectors
- WordPress Plugin - Integrate with WooCommerce

