eavz
Canva

Canva

Online design platform for creating visual content

5 actions
1 trigger

Actions

Name
create_design

Create a new design in Canva

list_designs

List designs in your Canva account

export_design

Export a Canva design to PDF, PNG, or JPG

upload_asset

Upload an asset to Canva from a URL

custom_api_call

Make a custom API call to the Canva API

Triggers

Name
design_published

Triggers when a design is published in Canva

Quick Start

TypeScript
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.