How do you generate a by Prem PatelHow do you generate a by Prem Patel

How do you generate a

Prem Patel

Prem Patel

How do you generate a thousand certificates, alert cards or social images from one Canva template without a designer touching each one? Lay the text over the base by URL. The certificate in the image was made exactly that way, demo data, no editor opened.
The pattern:
1. Export the template once with the dynamic fields empty. Name, course, date and ID are blank on the base.
2. Upload the base to an image engine. Cloudinary and ImageKit both build images from a URL: base image plus text layers with font, size, colour and position in the address itself. Bannerbear, APITemplate and Placid do the same from a saved template with named fields. At very high volume a self-hosted Sharp service does it for the cost of a small server.
3. Make.com fills the URL. A Sheet row, a form submission or a webhook supplies the fields; the scenario URL-encodes them and assembles the address.
4. Verify before you send. Fetch the image, check it is not empty and the text landed, then deliver by email, Telegram, WhatsApp or back into the record.
5. Keep the data as the only variable. The design never changes per record, so a template fix applies to every future image at once.
Five things that bite. Encoding: a comma or slash in a name breaks the URL unless the text is double-encoded. URL length: long layers need a named transformation instead of an inline one. Fonts: engines ship a fixed list, Cloudinary's text layers accept Caveat and Arial and Inter is not on it, so upload a custom font or pick a supported one before the client sees the mockup. Wrapping: set a max width on every text layer or a long name walks off the card. Cost at volume: URL rendering is cheap per image and billed on transformations and bandwidth, so check the plan before a 10,000-certificate cohort.
The production version of this pattern is the alert-card pipeline that has run 24/7 for a research analyst since 2025: every TradingView signal ships to Telegram as a branded image. The full case study, with the live URL you can edit and re-render, is on my profile.
Prem Patel, Nex Automations. Make.com Level 5 certified, official Make partner, Zapier Certified Expert.
Like this project

Posted Aug 27, 2026

How do you generate a thousand certificates, alert cards or social images from one Canva template without a designer touching each one? Lay the text over the...