Connect Skimlog with the tools you already use. From payments to accounting to navigation, we've got you covered.
Payments
Accept credit cards, debit cards, and ACH payments directly through Skimlog. Funds deposited to your bank account in 2 business days.
Navigation
Optimize routes with real-time traffic data. Get turn-by-turn directions to every stop on your daily route.
Accounting
Automatically sync invoices, payments, and customer data with QuickBooks Online. Keep your books up to date without manual entry.
Scheduling
Sync your service schedule with Google Calendar. Never miss an appointment and share schedules with your team.
Browse our full catalog of integrations. We're always adding more based on customer feedback.
Stripe
Payments
Square
Payments
PayPal
Payments
Google Maps
Navigation
Apple Maps
Navigation
Waze
Navigation
QuickBooks
Accounting
Xero
Accounting
FreshBooks
Accounting
Google Calendar
Scheduling
Outlook Calendar
Scheduling
Apple Calendar
Scheduling
Mailchimp
Marketing
SendGrid
Twilio
SMS
Zapier
Automation
Google Reviews
Reviews
Yelp
Reviews
Need a custom integration? Our RESTful API gives you full access to your Skimlog data. Build custom workflows, connect to your existing systems, or create entirely new applications.
RESTful API
Modern REST API with JSON responses
Webhooks
Real-time event notifications
OAuth 2.0
Secure authentication
Rate Limiting
1000 requests per minute
Sandbox Mode
Test without affecting live data
Full Documentation
Comprehensive API docs
// Get all customers
const response = await fetch(
'https://api.skimlog.app/v1/customers',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
}
);
const customers = await response.json();
console.log(customers);
// Response
{
"data": [
{
"id": "cust_123",
"name": "John Smith",
"email": "john@example.com",
"pools": 2,
"created_at": "2024-01-15"
}
],
"total": 150,
"page": 1
}We're always adding new integrations based on customer feedback. Let us know what tools you'd like us to connect with.
Request an IntegrationStart your free trial and explore all our integrations.