Hi everyone,
I’m currently building an automation in Make to issue digital membership cards automatically when a new member signs up.
Here’s the workflow I’m trying to create:
-
Trigger: New member added in CRM / Google Sheets
-
Generate a personalized digital membership card (with name, ID, expiry date, QR code)
-
Store card details in a database / sheet
-
Automatically send the card via email (PDF or image format)
I’m exploring options like:
-
Using a template engine for card design
-
Generating a QR code dynamically
-
Converting HTML to PDF
-
Storing the file in Google Drive before sending
My main challenges:
-
Best way to dynamically generate the card layout
-
Handling image/PDF generation smoothly inside Make
-
Keeping the workflow scalable for higher volumes
Has anyone implemented something similar?