How do I use Canvelete with Make (Integromat)?

1 min read
No-Code Automation

Make offers powerful visual workflow automation with Canvelete.

Setting Up the Integration

1. Create an HTTP Module

  • Add a new module to your scenario
  • Choose HTTP > Make a request

2. Configure the Request

SettingValue
URLhttps://api.canvelete.com/api/v1/render
MethodPOST
HeadersAuthorization: Bearer YOUR_API_KEY
HeadersContent-Type: application/json

3. Set the Body

json
{ "designId": "YOUR_DESIGN_ID", "format": "png", "dynamicElements": { "title": "{{1.title}}", "image": "{{1.imageUrl}}" } }

Example Workflow

Trigger: New Airtable Record Action 1: HTTP Request to Canvelete Action 2: Upload image to Google Drive Action 3: Send email with image attachment

Tips for Make Users

  • Use the JSON module to build complex dynamic elements
  • Set up error handling for failed renders
  • Use Iterator for batch processing multiple records
  • Store your API key in Make's Connections for security

Was this article helpful?

Need more help? Contact support