Overview
Attaches a lead list to a QR code. When users scan the QR code, they will be prompted to fill out the lead capture form before accessing the content.Path Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
qrid | string | Yes | QR code ID | Qc3ca09e1a5574caf |
Request Body
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
lead_list | integer | Yes | Lead list ID to attach to the QR code | 221 |
Examples
Attach Lead List to QR Code
Response
Returns the updated QR code object with the lead list information included in thedynamic_url_object.
Lead List Behavior
When a lead list is attached to a QR code:- User scans QR code
- Lead capture form is displayed (based on lead list configuration)
- User fills out the form (or skips if allowed)
- User is redirected to the original QR code content
- Lead data is captured and sent to configured webhooks
Important Notes
- One Lead List Per QR Code: Each QR code can only have one lead list attached
- Multiple QR Codes: One lead list can be attached to multiple QR codes
- Active Lead Lists Only: Only active lead lists can be attached
- Immediate Effect: Changes take effect immediately
Use Cases
- Lead Generation: Capture leads from QR code scans
- Event Registration: Collect attendee information at events
- Customer Feedback: Gather feedback before accessing content
- Contact Collection: Build contact lists from QR code interactions
- Survey Data: Collect survey responses through QR codes
The lead list must be active (
is_active: true) to be attached to a QR code. If you try to attach an inactive lead list, the request will fail.Attaching a lead list to a QR code will immediately start capturing leads. Make sure your lead list is properly configured and your webhooks are set up before attaching.
Authorizations
API key authentication. Enter your API key directly in the Authorization header.
Path Parameters
QR code ID
Body
application/json
- Option 1
- Option 2
Lead list ID to attach to the QR code
Example:
221
Response
QR code updated successfully
Updated QR code object with lead list information