set_card_project_qrcode
Place or update a QR code on a specific page of a wedding invitation project, linking to a custom URL or wedding website. Configure color, size, and enable status.
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 |