upload_attachment_via_url
Upload files from a web URL to AITable server for attachment storage. Use returned data to link files with specific records in datasheets.
Instructions
Upload an attachment to the AITable server using its web URL. Returns storage information that can be passed to create_record or update_record tools to associate with a specific records.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachment_name | No | Optional custom name for the attachment after upload. | |
attachment_url | Yes | The complete web URL of the file to be uploaded. | |
node_id | Yes | The ID of the datasheet where the attachment will be attached after upload. |