Actions
| Name | Description |
|---|---|
create_designCreate a new design in Canva | Create a new design in Canva |
list_designsList designs in your Canva account | List designs in your Canva account |
export_designExport a Canva design to PDF, PNG, or JPG | Export a Canva design to PDF, PNG, or JPG |
upload_assetUpload an asset to Canva from a URL | Upload an asset to Canva from a URL |
custom_api_callMake a custom API call to the Canva API | Make a custom API call to the Canva API |
Triggers
| Name | Description |
|---|---|
design_publishedTriggers when a design is published in Canva | Triggers when a design is published in Canva |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'canva',
actionName: 'create_design',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Canva to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Canva support?
Canva supports 5 actions including Create Design, List Designs, Export Design, Upload Asset, Custom API Call.
Can I use Canva with AI agents?
Yes. Add Canva 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 Canva use?
Canva uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Canva integration cost?
The Canva integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Canva support?
Canva supports 1 triggers including Design Published.
Connect Canva in 2 minutes
Get 1,000 free actions every month. No credit card required.