Skip to main content

QR Scans → Salesforce

Route signed scan and lead webhooks into Salesforce Leads, Contacts or custom objects.

Recipe: Catch Hook → Salesforce

  1. Step 1

    Add a QRbanner webhook endpoint

    Settings → Webhooks → Add endpoint pointed at your automation tool’s catch URL.

  2. Step 2

    Parse the JSON payload

    Verify HMAC, then map qr_name, email, country and timestamp fields.

  3. Step 3

    Create a Lead or Task in Salesforce

    Use Zapier Salesforce, Make Salesforce or an Apex/Flow HTTP callout to upsert records.

Useful fields for Salesforce

  • Lead email and name from landing lead forms
  • QR short code as Campaign or custom field source
  • Geo and device metadata for segmentation
  • HMAC signature header for secure ingestion
Full API & webhook docs