Skip to main content
LeadConnector

Overview

Supported resources

In LeadConnector, leads and deals both map to Opportunities. LeadConnector has no distinct “meeting” entity — calendar events ARE appointments — so RouteMCP exposes only appointment for LeadConnector. Use the appointment resource for any calendar event work.

Connect setup

LeadConnector uses OAuth 2.0 (without PKCE). You need a Marketplace App from the LeadConnector developer portal.
1

Create a LeadConnector marketplace app

Go to the Developer MarketplaceDeveloperAppsCreate App. Copy the Client ID and Client Secret.
2

Add the redirect URL

In your app’s Redirect URL field, add:
3

Configure required scopes

Enable the following scopes:
  • contacts.readonly
  • contacts.write
  • opportunities.readonly
  • opportunities.write
  • calendars/events.readonly
  • calendars/events.write
  • calendars.readonly
  • calendars.write
  • users.readonly
4

Connect via the widget

When your end user opens the Connect widget, they enter the Client ID and Client Secret, then authorize via the LeadConnector OAuth flow which prompts them to select a location (sub-account).

Usage

Notes

  • LeadConnector does not offer a sandbox environment. Test with a dedicated test location in your account.
  • The OAuth flow requires the end user to select a location (sub-account) during authorization.
  • Contacts support additional fields: tags, doNotContact (DND flag), lead_source, and dateOfBirth.