Weavz
Unified.to

Unified.to

Manage Unified.to connections and normalized category records.

11 tools

Tools

Name
list_integrations

List Unified.to provider integrations available to the workspace.

list_connections

List Unified.to customer connections.

get_connection

Get one Unified.to connection by ID.

create_connection

Create a Unified.to connection from a documented connection payload.

update_connection

Update a Unified.to connection.

delete_connection

Delete a Unified.to connection.

list_records

List records from a Unified.to category/object endpoint such as crm/contact, hris/employee, or ticketing/ticket.

get_record

Get one record from a Unified.to category/object endpoint.

create_record

Create a record in a Unified.to category endpoint when supported by that object/provider.

update_record

Update a record in a Unified.to category endpoint when supported.

delete_record

Delete a record in a Unified.to category endpoint when supported.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Unified.to 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 Unified.to support?

Unified.to supports 11 tools including List Integrations, List Connections, Get Connection, Create Connection, Update Connection, and more.

Can I use Unified.to with AI agents?

Yes. Add Unified.to 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 Unified.to be used in stateful agent workflows?

Yes. Agents can combine Unified.to 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 Unified.to use?

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

How much does the Unified.to integration cost?

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

Connect Unified.to in minutes

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