Weavz
Unleashed

Unleashed

Automate Unleashed inventory, products, sales orders, purchase orders, warehouses, stock, and webhooks.

CustomCommerce
10 tools
2 triggers

Tools

Name
list_records

List Unleashed products, customers, suppliers, orders, stock, or warehouses.

get_record

Get one Unleashed record by resource and GUID.

create_product

Create a product in Unleashed.

update_product

Update a product in Unleashed by GUID.

create_sales_order

Create a sales order in Unleashed.

update_sales_order

Update a sales order in Unleashed by GUID.

create_purchase_order

Create a purchase order in Unleashed.

update_purchase_order

Update a purchase order in Unleashed by GUID.

create_webhook

Create an Unleashed webhook subscription. Paste a Weavz trigger webhook URL or another HTTPS receiver URL.

delete_webhook

Delete an Unleashed webhook subscription by GUID.

Triggers

Name
records_updated

Poll Unleashed records modified after the initial baseline.

webhook_received

Receive Unleashed webhook payloads from a subscription configured to the generated webhook URL.

Quick Start

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

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

const result = await weavz.actions.execute('unleashed', 'list_records', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'unleashed',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Unleashed to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Unleashed support?

Unleashed supports 10 tools including List Records, Get Record, Create Product, Update Product, Create Sales Order, and more.

Can I use Unleashed with AI agents?

Yes. Add Unleashed to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Unleashed be used in stateful agent workflows?

Yes. Agents can combine Unleashed tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Unleashed use?

Unleashed uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Unleashed integration cost?

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

What triggers does Unleashed support?

Unleashed supports 2 triggers including Records Updated, Webhook Received.

Connect Unleashed in minutes

Get 20,000 free action executions every month. No credit card required.