Plugs into your stack in 20 minutes
Read-only OAuth connections to the tools your teams already use. No code, no custom integrations, no IT ticket.
Native integrations
One-click OAuth. No API keys, no data exports, no engineering time.
Google Workspace
Available
Microsoft 365
Available
Slack
Available
Notion
Coming soon
BambooHR
Available
Personio
Available
Workday
Beta
Custom API
Contact us
What data we access — and what we don't
What we read
Calendar event metadata (title, time, attendees, duration). Message thread timestamps. HRIS org structure and team assignments. No content.
What we never read
Email or message content. Document content. Calendar event descriptions. File contents. Any personally identifiable content beyond the minimum required for team-level analysis.
Data storage
All data processed and stored in EU data centres. We hold only aggregated team-level metrics — never raw individual data beyond the initial 14-day processing window.
GDPR compliance
GDPR Article 28 Data Processing Agreement included in Growth and Enterprise tiers. We're data processors acting on your behalf — your employees' rights are protected.
Custom integrations via API
Running a custom HRIS or a collaboration tool not on our list? TeamVyne's API accepts collaboration metadata in our standard event schema — calendar events, message thread timestamps, team assignments — from any source you can push.
Available on Enterprise tier. Contact us to discuss your stack configuration. We work through custom connector scoping with each Enterprise team individually — typical turnaround from first call to connected is 2–3 weeks.
Sample API event
POST /v1/events
Content-Type: application/json
{
"type": "calendar_event",
"team_id": "eng-team-1",
"duration_min": 60,
"attendee_count": 8,
"cross_team": true,
"timestamp": "2025-11-14T09:00:00Z"
}
Enterprise tier only. Full API docs on request.