Attach URL to Row
smartsheet_attach_url_to_rowAttach a URL as a hyperlink to any row in a Smartsheet sheet, adding it to the row's attachment panel for easy reference.
Instructions
Attach a URL link to a specific row in a Smartsheet sheet. Creates a hyperlink attachment that appears in the row's attachment panel.
Args:
sheet_id (number): Target sheet ID
row_id (number): Target row ID
url (string): URL to attach
name (string): Display name for the attachment
description (string, optional): Description text
Returns: New attachment ID and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| row_id | Yes | ||
| url | Yes | URL to attach | |
| name | Yes | Display name | |
| description | No |