preview_card_template
Render invitation template previews with personalized text substitution for names and wedding dates, returning page layouts.
Instructions
Render an invitation template preview with text substituted in. Use to see how a design would look with your couple's names and wedding date. Returns the template structure including page layouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_name | No | Substitute for {{last_name}} | |
| first_name | No | Substitute for {{first_name}} placeholders | |
| wedding_date | No | Substitute for {{wedding_date}}, YYYY-MM-DD. Defaults to the wedding date on file. | |
| variation_uuids | Yes | One or more variation UUIDs to preview (e.g. a specific size+paper of an invitation) | |
| partner_last_name | No | Substitute for {{partner_last_name}} | |
| partner_first_name | No | Substitute for {{partner_first_name}} |