Help Center
DocsIntegrations Overview
Browse and connect third-party integrations to extend your CRM
The Integrations hub lets you extend your CRM by connecting it to the tools your team already uses. From email providers and calendars to accounting software and marketing platforms, integrations keep your data in sync and eliminate manual data entry across systems.
Navigate to Settings > Integrations to browse every catalog integration in a single hub. Use the search box for free-text matching, click category pills to scope the grid, and click any card to open a slide-in drawer that shows the integration's status and Connect / Manage actions. Browsing the catalog and managing existing connections happen on the same page — there is no separate marketplace URL.
Authentication Methods
- OAuth (One-Click Connect) — Click the Connect button and authorize access through the third-party service. No credentials to copy or paste. Most major integrations use this method.
- API Key — Enter the API key provided by the third-party service. You can usually find this in the service's developer settings or account settings page.
- Webhook — Copy the generated webhook URL from your CRM and paste it into the third-party service's webhook configuration. Data is pushed to your CRM automatically when events occur in the external service.
The hub organizes integrations by function. These match the catalog source-of-truth in lib/integrations/catalog.ts exactly:
- Productivity Suite — Google Workspace and Microsoft 365. Per-user OAuth bundles covering mail, calendar, drive, meetings, and Teams.
- Payments — Stripe. Take card, ACH, and wallet payments and track them on invoices and deals.
- Video Meetings — Zoom (coming soon). Schedule + log meetings from contact records.
- Cloud Storage — Google Drive and OneDrive, connected through their productivity suites. Link external files to CRM records.
More integrations are on the way; new categories appear in the hub as they go live.
Steps to Connect
- Step 1 — Go to Settings > Integrations and find the integration you want to connect (search by name or filter by category).
- Step 2 — Click the integration card to open the slide-in detail drawer.
- Step 3 — Click Connect and follow the prompts for the integration's authentication method (OAuth, API Key, or Webhook).
- Step 4 — Once connected, click Manage advanced settings → in the drawer to configure sync preferences and field mappings on the integration's per-provider page.
- Step 5 — Verify the connection by checking that the card status indicator shows Connected.
To disconnect an integration, navigate to Settings > Integrations, find the connected integration, and click Disconnect. You will be asked to confirm before the integration is removed. Disconnecting stops all data syncing but does not delete any data that has already been imported into your CRM.
Status Types
- Connected — The integration is active and syncing data normally. Shown with a green indicator.
- Available — The integration is not yet connected. Click Connect to set it up.
- Unavailable — The card's CTA reads "Unavailable" and the card is disabled. This happens when an integration depends on a sign-in provider that does not match your account. For example, the Google Workspace card is Unavailable when your sign-in method is Microsoft, and vice versa. See the Provider-specific availability section below.
- Error — The integration has encountered a problem, such as an expired token or invalid credentials. Shown with a red indicator. See the Troubleshooting article for steps to resolve common errors.
Your sign-in method determines which provider-bound integrations you can connect.
Every Laureo account is pinned to a single sign-in method — Google, Microsoft, or email and password. Integrations that authenticate through one of those providers (Google Workspace, Google Drive, Microsoft 365, OneDrive) are limited by that pin:
- Google primary — Google Workspace and Google Drive show Available. Microsoft 365 and OneDrive show Unavailable.
- Microsoft primary — Microsoft 365 and OneDrive show Available. Google Workspace and Google Drive show Unavailable.
- Email and password primary — You may connect one auth-mappable provider (either Google or Microsoft) for inbox / calendar sync. Both cards stay Available until you connect one; afterwards, attempting to connect the other side returns a conflict message.
Integrations that do not authenticate through Google or Microsoft — such as Stripe — are independent of your sign-in method and remain Available regardless of which provider you signed in with.