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:
- Create a new Zap
- Choose your trigger (e.g., "New Row in Google Sheets")
- Add action: Webhooks by Zapier > POST
- 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