Login
Help & SupportIntegrations & AppsThird-party Integrations

Third-party Integrations

Connect LeadFlow Pro with your existing tools via native integrations, REST API, and webhooks.

LeadFlow Pro Integrations & Apps.

LeadFlow Pro connects with the tools your team already uses — from email and calendar to ad platforms, payment gateways, and business intelligence tools. This guide explains how to set up and manage integrations.

Note: Some integrations are available only on specific plans. Check the Integrations Marketplace in your LeadFlow Pro account to see which connectors are available on your plan.

1. Native Integrations

Native integrations are pre-built connectors that require no coding. You can configure them in just a few clicks from Settings > Integrations.

  • Google WorkspaceSync Gmail, Google Calendar, and Google Contacts two-ways with LeadFlow Pro.
  • Microsoft 365Connect Outlook email, Teams notifications, and OneDrive for document attachments.
  • Meta Lead AdsAutomatically pull leads from your Facebook and Instagram lead ad campaigns into LeadFlow Pro in real time.
  • WhatsApp Business APISend and receive WhatsApp messages directly from the CRM. All conversations are logged on the lead's timeline.
  • Zapier / MakeUse Zapier or Make (Integromat) to connect LeadFlow Pro with 5,000+ other apps without writing code.
  • TwilioMake and receive calls directly inside LeadFlow Pro with automatic call logging and recording.
Integrations marketplace
LeadFlow Pro Integrations Marketplace showing available connectors

2. REST API

The LeadFlow Pro REST API lets developers build custom integrations. You can create, read, update, and delete leads, contacts, activities, and any other CRM entity via HTTP requests.

To get started, generate an API key from Settings > API & Webhooks > API Keys.

  • AuthenticationAll API requests must include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY.
  • Base URLAll endpoints use the base URL: https://api.leadflowpro.com/v2/
  • Rate LimitsStandard accounts are limited to 1,000 API requests per hour. Enterprise accounts have higher limits.
  • SandboxUse the sandbox environment (api-sandbox.leadflowpro.com) to test your integration before going live.

3. Webhooks

Webhooks allow LeadFlow Pro to push real-time event notifications to your external systems. Instead of polling the API, your system receives instant updates when something changes.

  • Configure a WebhookGo to Settings > API & Webhooks > Webhooks. Enter your endpoint URL and select the events to subscribe to.
  • Available EventsLead created, lead updated, lead stage changed, deal won, deal lost, ticket created, ticket resolved, and more.
  • Payload FormatWebhook payloads are sent as JSON via HTTP POST. Each payload includes the event type, timestamp, and the full object data.
  • Retry LogicIf your endpoint returns a non-200 response, LeadFlow Pro will retry delivery up to 5 times with exponential backoff.
Webhook configuration
Webhook setup and event subscription panel
Help Article
Description
Sync your Gmail inbox for two-way email tracking.
Automatically pull Facebook and Instagram leads into the CRM.
How to create and manage API keys for custom integrations.
Set up real-time event notifications to external systems.
Connect LeadFlow Pro with 5,000+ apps via Zapier.