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:

  1. Trigger: New Spreadsheet Row in Google Sheets
  2. Action: Webhooks GET request to QR Code API
  3. Action: Upload file to Google Drive
  4. Action: Update row with QR code link

Tips

Get Your API Key

Sign up to get your API key and start automating.

Get Free API Key