Actions
| Name | Description |
|---|---|
create_collection_itemCreates new collection item. | Creates new collection item. |
delete_collection_itemDelete collection item | Delete collection item |
update_collection_itemUpdate collection item | Update collection item |
find_collection_itemFind collection item in a collection by field | Find collection item in a collection by field |
get_collection_itemGet collection item in a collection by ID | Get collection item in a collection by ID |
fulfill_orderFulfill order | Fulfill order |
unfulfill_orderUnfulfill order | Unfulfill order |
refund_orderRefund order | Refund order |
find_orderFind order | Find order |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_submissionTriggers when Webflow Site receives a new submission | Triggers when Webflow Site receives a new submission |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'webflow',
actionName: 'create_collection_item',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Webflow 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 Webflow support?
Webflow supports 10 actions including Create Collection Item, Delete an item in a collection, Update an item in a collection, Find a Collection Item by Field, Get a Collection Item by ID, and more.
Can I use Webflow with AI agents?
Yes. Add Webflow 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 Webflow use?
Webflow uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Webflow integration cost?
The Webflow integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Webflow support?
Webflow supports 1 triggers including New Submission.
Connect Webflow in 2 minutes
Get 1,000 free actions every month. No credit card required.