eavz
Webflow

Webflow

Design, build, and launch responsive websites visually

10 actions
1 trigger

Actions

Name
create_collection_item

Creates new collection item.

delete_collection_item

Delete collection item

update_collection_item

Update collection item

find_collection_item

Find collection item in a collection by field

get_collection_item

Get collection item in a collection by ID

fulfill_order

Fulfill order

unfulfill_order

Unfulfill order

refund_order

Refund order

find_order

Find order

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_submission

Triggers when Webflow Site receives a new submission

Quick Start

TypeScript
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.