INTEGRATIONS
Site Samurai plays nicely with the tools you already use. Connect your accounting, documents, and communication apps.
Accounting
Xero
Sync invoices and payments automatically
Sage
Export financial data to Sage accounts
QuickBooks
Two-way sync with QuickBooks Online
Document Storage
Microsoft 365
SharePoint and OneDrive integration
Google Drive
Store and access documents in Google Drive
Dropbox
Connect your Dropbox for document storage
Communication
Microsoft Teams
Get notifications in Teams channels
Slack
Project updates delivered to Slack
Automated email notifications and digests
Government & Compliance
HMRC CIS
Verify subcontractor tax status automatically
Companies House
Company verification and details lookup
CITB
Training record verification
Payments
Stripe
Accept card payments for subscriptions
GoCardless
Direct debit payments
BACS
Bank transfer payments
Other Tools
Zapier
Connect to 5000+ apps with Zapier
REST API
Build custom integrations with our API
Webhooks
Real-time event notifications
BUILD YOUR OWN INTEGRATION
Our REST API gives you full access to your data. Build custom integrations, automate workflows, and connect Site Samurai to any system.
GET /api/v1/projects
Authorization: Bearer YOUR_API_KEY
{
"data": [
{
"id": "proj_123",
"name": "City Centre Development",
"status": "active",
"contract_value": 2500000
}
]
}