Roo — set preview link
roo_set_preview_linkSet Open Graph title, description, and image for a shortlink to control how it appears when shared on social media and chat apps.
Instructions
Control how the shortlink unfurls on social/chat (Open Graph title/description/image). image accepts either a base64 data URI for a new upload, or a previously-returned image_url to keep the current image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shortlink id. | |
| image | No | Optional preview image. Accepts either a base64 data URI (data:image/...;base64,...) for a new upload, OR a previously-returned image_url to persist the existing image. | |
| title | Yes | Preview title (Open Graph og:title). | |
| description | Yes | Preview description (Open Graph og:description). |