Actions
| Name | Description |
|---|---|
create_contactCreate a new contact in Keap | Create a new contact in Keap |
list_contactsList contacts in Keap | List contacts in Keap |
get_contactGet a specific contact by ID | Get a specific contact by ID |
create_orderCreate a new order in Keap | Create a new order in Keap |
list_productsList products in Keap | List products in Keap |
send_emailSend an email to contacts in Keap | Send an email to contacts in Keap |
custom_api_callMake a custom API call to the Keap API | Make a custom API call to the Keap API |
Triggers
| Name | Description |
|---|---|
new_contactTriggers when a new contact is added | Triggers when a new contact is added |
new_orderTriggers when a new order is added | Triggers when a new order is added |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'keap',
actionName: 'create_contact',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Keap 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 Keap support?
Keap supports 7 actions including Create Contact, List Contacts, Get Contact, Create Order, List Products, and more.
Can I use Keap with AI agents?
Yes. Add Keap 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 Keap use?
Keap uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Keap integration cost?
The Keap integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Keap support?
Keap supports 2 triggers including New Contact, New Order.
Connect Keap in 2 minutes
Get 1,000 free actions every month. No credit card required.