QR Code API + Zapier
Automate QR code generation with Zapier. Connect to Google Sheets, Airtable, Typeform, and 5,000+ other apps.
How to Connect
Use Zapier's Webhooks action to call the QR Code API when triggers fire.
1
Create a Zap with Your Trigger
Choose your trigger app (e.g., "New Row in Google Sheets", "New Airtable Record", "Form Submission").
2
Add Webhooks by Zapier Action
Search for "Webhooks by Zapier" and select "Custom Request".
3
Configure the Request
Set up the HTTP request:
Method: GET
URL: https://qrcodeapi.io/api/generate
Query String Parameters:
data: {{your_url_field}}
size: 300
Headers:
Authorization: Bearer YOUR_API_KEY
4
Use the QR Code
The response is the QR code image. You can save it to Google Drive, email it, or upload to another service.
Example: Google Sheets to QR Code
Generate a QR code whenever a new row is added to a Google Sheet:
- Trigger: New Spreadsheet Row in Google Sheets
- Action: Webhooks GET request to QR Code API
- Action: Upload file to Google Drive
- Action: Update row with QR code link
Tips
- URL-encode the
dataparameter if it contains special characters - Use PNG format for most use cases, SVG for high-resolution printing
- Store your API key in Zapier's secrets manager