eavz
Squarespace

Squarespace

Website builder and eCommerce platform for online stores, portfolios, and content sites

6 actions
2 triggers

Actions

Name
list_orders

List commerce orders with optional filtering

get_order

Get a specific order by ID

list_products

List commerce products

get_inventory

Get inventory for all products

list_pages

List content pages on the site

custom_api_call

Make a custom API call to the Squarespace API

Triggers

Name
new_order

Triggers when a new order is created

form_submission

Triggers when a form is submitted on the site

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Squarespace 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 Squarespace support?

Squarespace supports 6 actions including List Orders, Get Order, List Products, Get Inventory, List Pages, and more.

Can I use Squarespace with AI agents?

Yes. Add Squarespace 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 Squarespace use?

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

How much does the Squarespace integration cost?

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

What triggers does Squarespace support?

Squarespace supports 2 triggers including New Order, Form Submission.

Connect Squarespace in 2 minutes

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