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
| Setting | Value |
|---|---|
| URL | https://api.canvelete.com/api/v1/render |
| Method | POST |
| Headers | Authorization: Bearer YOUR_API_KEY |
| Headers | Content-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