Unleashed
Automate Unleashed inventory, products, sales orders, purchase orders, warehouses, stock, and webhooks.
Tools
| Name | Description |
|---|---|
list_recordsList Unleashed products, customers, suppliers, orders, stock, or warehouses. | List Unleashed products, customers, suppliers, orders, stock, or warehouses. |
get_recordGet one Unleashed record by resource and GUID. | Get one Unleashed record by resource and GUID. |
create_productCreate a product in Unleashed. | Create a product in Unleashed. |
update_productUpdate a product in Unleashed by GUID. | Update a product in Unleashed by GUID. |
create_sales_orderCreate a sales order in Unleashed. | Create a sales order in Unleashed. |
update_sales_orderUpdate a sales order in Unleashed by GUID. | Update a sales order in Unleashed by GUID. |
create_purchase_orderCreate a purchase order in Unleashed. | Create a purchase order in Unleashed. |
update_purchase_orderUpdate a purchase order in Unleashed by GUID. | Update a purchase order in Unleashed by GUID. |
create_webhookCreate an Unleashed webhook subscription. Paste a Weavz trigger webhook URL or another HTTPS receiver URL. | Create an Unleashed webhook subscription. Paste a Weavz trigger webhook URL or another HTTPS receiver URL. |
delete_webhookDelete an Unleashed webhook subscription by GUID. | Delete an Unleashed webhook subscription by GUID. |
Triggers
| Name | Description |
|---|---|
records_updatedPoll Unleashed records modified after the initial baseline. | Poll Unleashed records modified after the initial baseline. |
webhook_receivedReceive Unleashed webhook payloads from a subscription configured to the generated webhook URL. | Receive Unleashed webhook payloads from a subscription configured to the generated webhook URL. |
Quick Start
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.