How do I connect Canvelete to Zapier?

1 min read
No-Code Automation

Zapier lets you automate image generation without writing code.

What You Can Do

  • Generate certificates when someone completes a course
  • Create social posts when you add a product to Shopify
  • Make personalized images from Google Sheets data
  • Auto-generate invoices from payment events

Setup Steps

1. In Canvelete:

  • Create your design with named layers
  • Go to Dashboard > Integrations
  • Copy your API endpoint and create an API key

2. In Zapier:

  1. Create a new Zap
  2. Choose your trigger (e.g., "New Row in Google Sheets")
  3. Add action: Webhooks by Zapier > POST
  4. Configure:

URL:

https://api.canvelete.com/api/v1/render

Headers:

Authorization: Bearer YOUR_API_KEY Content-Type: application/json

Body:

json
{ "designId": "YOUR_DESIGN_ID", "format": "png", "dynamicElements": { "name": "{{Name from Sheets}}", "date": "{{Date from Sheets}}" } }

Using the Generated Image

The response includes imageUrl. You can:

  • Send it via email (Gmail, Mailchimp)
  • Upload to cloud storage (Google Drive, Dropbox)
  • Post to social media
  • Save to your database

Was this article helpful?

Need more help? Contact support