eavz
Facebook Leads

Facebook Leads

Manage and retrieve leads from Facebook lead generation forms

4 actions
1 trigger

Actions

Name
list_forms

List lead generation forms for a Facebook page

get_leads

Get leads from a lead generation form

get_lead_detail

Get detailed information for a specific lead

custom_api_call

Make a custom API call to the Facebook Graph API

Triggers

Name
new_lead

Triggers when a new lead is submitted through a lead generation form

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'facebook-leads',
  actionName: 'list_forms',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Facebook Leads to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Facebook Leads support?

Facebook Leads supports 4 actions including List Lead Forms, Get Leads, Get Lead Detail, Custom API Call.

Can I use Facebook Leads with AI agents?

Yes. Add Facebook Leads to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Facebook Leads use?

Facebook Leads uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Facebook Leads integration cost?

The Facebook Leads integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Facebook Leads support?

Facebook Leads supports 1 triggers including New Lead.

Connect Facebook Leads in 2 minutes

Get 1,000 free actions every month. No credit card required.