update_qr_destination
Update the destination URL of an existing QR code without changing its image. Fix broken links, modify campaign targets, or test new URLs dynamically.
Instructions
Change where an existing QR code redirects to. This is the key 'dynamic link' feature: the QR image stays the same, but scanning it will now go to the new URL. Ideal for updating campaigns, fixing broken links, or A/B testing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_id | Yes | The short ID of the QR code to update. | |
| target_url | Yes | The new destination URL. | |
| label | No | Optionally update the label too. | |
| expires_at | No | ISO 8601 expiration date. Set to null to remove expiration. | |
| scheduled_url | No | Scheduled replacement URL. Set to null to cancel. | |
| scheduled_at | No | ISO 8601 activation date for scheduled_url. Set to null to cancel. | |
| gtm_container_id | No | Google Tag Manager container ID. Set to null to remove GTM tracking. |