Actions
| Name | Description |
|---|---|
list_profilesList all personal and business profiles associated with your account | List all personal and business profiles associated with your account |
create_quoteCreate a quote for a transfer with locked exchange rate | Create a quote for a transfer with locked exchange rate |
list_transfersList all transfers for a profile | List all transfers for a profile |
get_exchange_rateGet the current mid-market exchange rate between two currencies | Get the current mid-market exchange rate between two currencies |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'wise',
actionName: 'list_profiles',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Wise to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Wise support?
Wise supports 4 actions including List Profiles, Create Quote, List Transfers, Get Exchange Rate.
Can I use Wise with AI agents?
Yes. Add Wise 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 Wise use?
Wise uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Wise integration cost?
The Wise integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Wise in 2 minutes
Get 1,000 free actions every month. No credit card required.