set_card_project_qrcode
Place a QR code on a specific invitation page to link to a URL, enabling guests to access details or RSVP directly from the printed card.
Instructions
Place (or update) a QR code on a specific page of an invitation project. The page UUID comes from get_card_project (look under the customization's pages array).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL the QR code will resolve to | |
| color | No | Hex color (no #). Default: 000000 | |
| enabled | No | Whether to enable the QR code. Default: true. | |
| url_type | No | CUSTOM (default) | WEDDING_WEBSITE | WEDDING_WEBSITE_RSVP | |
| dimension | No | SMALL | MEDIUM (default) | LARGE | |
| page_uuid | Yes | Page UUID of the customization to put the QR on | |
| project_uuid | Yes | Project UUID from list_card_projects |