Actions
| Name | Description |
|---|---|
get_transactionGet a transaction by ID from SkySlope | Get a transaction by ID from SkySlope |
create_transactionCreate a new transaction in SkySlope | Create a new transaction in SkySlope |
upload_documentUpload a document to a transaction in SkySlope | Upload a document to a transaction in SkySlope |
get_agentsList agents from SkySlope | List agents from SkySlope |
custom_api_callMake a custom API call to the SkySlope API | Make a custom API call to the SkySlope API |
Triggers
| Name | Description |
|---|---|
transaction_createdTriggers when a new transaction is created in SkySlope | Triggers when a new transaction is created in SkySlope |
document_uploadedTriggers when a new document is uploaded in SkySlope | Triggers when a new document is uploaded in SkySlope |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'skyslope',
actionName: 'get_transaction',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect SkySlope 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 SkySlope support?
SkySlope supports 5 actions including Get Transaction, Create Transaction, Upload Document, Get Agents, Custom API Call.
Can I use SkySlope with AI agents?
Yes. Add SkySlope 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 SkySlope use?
SkySlope uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the SkySlope integration cost?
The SkySlope integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does SkySlope support?
SkySlope supports 2 triggers including Transaction Created, Document Uploaded.
Connect SkySlope in 2 minutes
Get 1,000 free actions every month. No credit card required.