upservice_get_channel_file_url
Retrieve a fresh, time-limited download URL for a file attached to a specific external channel by providing the channel unique identifier and file ID.
Instructions
Get a fresh, time-limited download URL for a file/attachment scoped to an external channel.
Args: params (ChannelFileIdInput): channel_unique_identifier (str), file_id (str)
Returns: str: JSON containing the file's download URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |