Smartsheet
Dynamic work execution platform for teams to plan, capture, manage, automate, and report on work at scale.
Actions
| Name | Description |
|---|---|
add_row_to_sheetAdds new row to a sheet. | Adds new row to a sheet. |
update_rowUpdates an existing row. | Updates an existing row. |
attach_file_to_rowAdds a file attachment to a row. | Adds a file attachment to a row. |
find_rows_by_queryFinds rows in a specific sheet or across all accessible sheets using text queries with advanced filtering options. | Finds rows in a specific sheet or across all accessible sheets using text queries with advanced filtering options. |
find_attachment_by_row_idGet all attachments for a specific row in a Smartsheet, including row and discussion-level attachments with comprehensive pagination and filtering options | Get all attachments for a specific row in a Smartsheet, including row and discussion-level attachments with comprehensive pagination and filtering options |
find_sheet_by_nameFetches existings sheets matching provided filter criteria. | Fetches existings sheets matching provided filter criteria. |
Triggers
| Name | Description |
|---|---|
new_row_addedTriggers when a new row is added. | Triggers when a new row is added. |
updated_rowTriggers when an existing row is updated. | Triggers when an existing row is updated. |
new_attachment_Triggers when a new attachment is added to a row or sheet. | Triggers when a new attachment is added to a row or sheet. |
new_comment_webhookTriggers when a new comment is added to a discussion on a sheet. | Triggers when a new comment is added to a discussion on a sheet. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'smartsheet',
actionName: 'add_row_to_sheet',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Smartsheet to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Smartsheet support?
Smartsheet supports 6 actions including Add Row to Sheet, Update Row, Attach File to Row, Find Row, List Row Attachments, and more.
Can I use Smartsheet with AI agents?
Yes. Add Smartsheet to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Smartsheet use?
Smartsheet uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Smartsheet integration cost?
The Smartsheet integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Smartsheet support?
Smartsheet supports 4 triggers including New Row Added, Row Updated, New Attachment Added, New Comment Added.
Connect Smartsheet in 2 minutes
Get 1,000 free actions every month. No credit card required.