Business & Enterprise

Connect QR Codes to Your Stack

QR codes shouldn't live in a silo. Push scan data to your CRM, trigger automations via webhooks, embed generators on your site, and pull analytics into your reporting tools.

HubSpot CRM

Sync QR code scans directly to HubSpot contacts. Create deals, update properties, and trigger workflows from scans.

Webhooks

Receive HMAC-signed POST requests when QR codes are scanned. One account webhook for all codes, or per-QR webhooks for targeted routing. Automatic retries, delivery logs, and payload inspection.

REST API

Full CRUD API for QR code management. Create, update, delete, and query analytics programmatically.

Embeddable Widget

Drop a QR code generator into your website with a single script tag. Five widget types, fully configurable.

Bulk Generation

Generate hundreds of QR codes from a CSV upload or API call. Batch processing with async job tracking.

Email Reports

Automated analytics reports delivered daily, weekly, or monthly. Share scan data without dashboard access.

Webhook Example

Register a Webhook Endpoint

curl -X POST https://qrwolf.com/api/v1/webhooks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://your-app.com/webhooks/qr-scan",
    "events": ["scan.created"],
    "secret": "your-hmac-secret"
  }'

HubSpot and API integrations start at Business ($29/mo). Email reports are available on Pro and above.

Connect Your Stack

Business plan includes API access, webhooks, and HubSpot.