Weavz
Trolley

Trolley

Manage Trolley payout recipients, payout batches, batch payments, and payout processing workflows.

CustomFinance
9 tools

Tools

Name
list_recipients

Search or list Trolley recipients with page pagination.

get_recipient

Get a Trolley recipient by recipient ID.

create_recipient

Create a Trolley payout recipient.

update_recipient

Update selected Trolley recipient fields by ID.

list_batches

List Trolley payout batches with optional status filter.

create_batch

Create a Trolley payout batch, optionally with explicit payment objects.

create_payment_in_batch

Add one payout payment to a draft Trolley batch.

start_batch_processing

Submit a Trolley batch for payout processing. The batch cannot be edited after processing starts.

get_payment

Get a Trolley payout payment by ID.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Trolley supports 9 tools including List Recipients, Get Recipient, Create Recipient, Update Recipient, List Batches, and more.

Can I use Trolley with AI agents?

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

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

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

How much does the Trolley integration cost?

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

Connect Trolley in minutes

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