create_sms_qr
Create a QR code that opens a pre-filled SMS message when scanned. Set the phone number and optional message text. Customize with colors, dot style, frame, logo, and label.
Instructions
Create a QR code that opens a pre-filled SMS message when scanned. Set the phone number and optional message text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone_number | Yes | Phone number to send SMS to. | |
| message | No | Pre-filled SMS message text. | |
| label | No | Label for this QR code. | |
| format | No | Image format. | svg |
| foreground_color | No | Hex color for dots. | |
| background_color | No | Hex color for background. | |
| dot_style | No | Dot shape. | |
| corner_style | No | Corner shape. | |
| logo_url | No | Logo URL or data URI. | |
| frame_style | No | Frame style around QR. | |
| frame_text | No | CTA text on frame (max 30 chars). | |
| frame_color | No | Frame background color. | |
| frame_text_color | No | Frame text color. |