Actions
| Name | Description |
|---|---|
list_pagesList all landing pages | List all landing pages |
get_leadsGet leads for a specific landing page | Get leads for a specific landing page |
list_domainsList all domains in your Unbounce account | List all domains in your Unbounce account |
get_page_statsGet statistics for a specific landing page | Get statistics for a specific landing page |
custom_api_callMake a custom API call to the Unbounce API | Make a custom API call to the Unbounce API |
Triggers
| Name | Description |
|---|---|
new_leadTriggers when a new lead is captured on a landing page | Triggers when a new lead is captured on a landing page |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'unbounce',
actionName: 'list_pages',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Unbounce to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Unbounce support?
Unbounce supports 5 actions including List Pages, Get Leads, List Domains, Get Page Stats, Custom API Call.
Can I use Unbounce with AI agents?
Yes. Add Unbounce 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 Unbounce use?
Unbounce uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Unbounce integration cost?
The Unbounce integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Unbounce support?
Unbounce supports 1 triggers including New Lead.
Connect Unbounce in 2 minutes
Get 1,000 free actions every month. No credit card required.