Integrations
Connect Meetric with your existing tools and workflows. Sync conversations with your CRM, automate meeting attendance and push insights where your team works.
Available Integrations#
Meetric integrates with the tools you already use, creating a seamless workflow from meeting to action.
Note
Google Calendar
Calendar
- Auto-join meetings
- Sync attendees
- Detect meeting types
Outlook Calendar
Calendar
- Microsoft 365 sync
- Teams integration
- Exchange support
Pipedrive
CRM
- Sync conversations
- Update deals
- Create activities
HubSpot
CRM
- Contact sync
- Deal tracking
- Activity logging
Salesforce
CRM
- Account sync
- Opportunity updates
- Custom objects
Slack
Communication
- Notifications
- Share insights
- Bot commands
Tip

Calendar Integration#
Connect your calendar to enable automatic meeting detection and bot attendance.
Google Calendar Setup#
- Navigate to Settings → Integrations
- Click "Connect" on the Google Calendar card
- Sign in with your Google Workspace account
- Authorize the requested calendar access permissions
- Return to Integrations and confirm the provider shows as connected
Permissions
✓ Event title (to identify meeting type)
✓ Event time (to know when to join)
✓ Meeting link (Zoom, Meet, Teams URL)
✓ Attendee list (to identify participants)
✗ Event description/notes
✗ Private events
✗ Events without meeting links
✗ Calendar permissions to create/edit eventsOutlook Calendar Setup#
- Navigate to Settings → Integrations
- Click "Connect" on the Outlook card
- Sign in with Microsoft 365 account
- Authorize Meetric application permissions
- Return to Integrations and confirm the provider shows as connected
Tip
Auto-Join Rules#
Use Manage Notetaker from the calendar section to configure join behavior. In current UI, Integrations is primarily the connection surface; detailed notetaker join preferences are managed in the dedicated settings screen.
- Connect/disconnect Google or Microsoft calendar accounts in Settings → Integrations
- Open Manage Notetaker to configure join method and meeting scope behavior
- Use that settings area for policy controls instead of expecting advanced join-rule controls on this page
CRM Integration#
Sync conversation data with your CRM to keep contact records updated and enable sales intelligence workflows.
Pipedrive Integration#
Connect Pipedrive:
- Go to Settings → Integrations
- Click "Connect" on Pipedrive card
- Enter your Pipedrive domain
- Authorize Meetric to access:
- Contacts and organizations
- Deals and pipeline stages
- Activities and notes
- Configure sync settings
What Gets Synced:
- →Conversation summaries as notes on deals
- →Action items as activities
- →Sentiment scores as custom fields
- →Meeting participants matched to contacts
- →Contact names and emails for participant matching
- →Deal stages for conversation context
- →Custom fields for filtering
Tip
HubSpot Integration#
Connect HubSpot to sync conversations with contacts, companies and deals:
- Navigate to Settings → Integrations → HubSpot
- Click "Connect HubSpot"
- Authorize the HubSpot app
- Select objects to sync:
- Contacts
- Companies
- Deals
- Custom objects
- Map Meetric fields to HubSpot properties
- Set sync frequency (real-time, hourly, daily)
Meetric Field → HubSpot Property
------------------- --------------------
Conversation Summary → Last Meeting Notes
Sentiment Score → Customer Sentiment
Action Items → Tasks
Next Steps → Next Activity
Participants → Associated Contacts
Department → Deal StageSalesforce Integration#
Enterprise-grade integration with Salesforce:
- Install Meetric package from Salesforce AppExchange
- Authorize connection from Settings → Integrations
- Configure object mapping:
- Conversations → Custom Object "Meetric_Conversation"
- Participants → Contacts/Leads
- Action Items → Tasks
- Insights → Account/Opportunity fields
- Set up field-level security
- Configure workflow rules and automation
Note
API Integration#
Build custom integrations using Meetric's REST API.
API Overview#
RESTful API
Standard HTTP methods (GET, POST, PUT, DELETE)
JSON Format
All requests and responses use JSON
Authentication
API key or OAuth 2.0 authentication
Rate Limits
1000 requests/hour (contact for higher limits)
For complete API documentation, see the API Reference.
Quick Start#
# Get all conversations
curl -X GET "http://127.0.0.1:44449/api/v1/conversations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Account-ID: your_account_id"
# Create a conversation from upload
curl -X POST "http://127.0.0.1:44449/api/v1/conversations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Account-ID: your_account_id" \
-H "Content-Type: application/json" \
-d '{
"title": "Client Discovery Call",
"date": "2024-01-15",
"participants": ["[email protected]"],
"recording_url": "https://example.com/recording.mp4"
}'Troubleshooting#
Common integration issues and their solutions.
Calendar not syncing
Solutions:
- Verify calendar permissions weren't revoked
- Check that calendar contains video meeting links
- Ensure auto-join rules are enabled
- Reconnect the calendar integration
Bot not joining meetings
Solutions:
- Confirm meeting has video link in calendar
- Check auto-join rules match the meeting
- Verify bot wasn't manually removed from meeting
- Ensure meeting hasn't started more than 10 minutes ago
CRM sync not working
Solutions:
- Verify CRM permissions are still valid
- Check field mappings are correct
- Ensure sync is enabled in settings
- Review error logs in Settings → Integrations → Logs
Note
Next Steps
Your integrations are set up! Here's what to explore next: