eavz
Smartsheet

Smartsheet

Dynamic work execution platform for teams to plan, capture, manage, automate, and report on work at scale.

6 actions
4 triggers

Actions

Name
add_row_to_sheet

Adds new row to a sheet.

update_row

Updates an existing row.

attach_file_to_row

Adds a file attachment to a row.

find_rows_by_query

Finds rows in a specific sheet or across all accessible sheets using text queries with advanced filtering options.

find_attachment_by_row_id

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_name

Fetches existings sheets matching provided filter criteria.

Triggers

Name
new_row_added

Triggers when a new row is added.

updated_row

Triggers when an existing row is updated.

new_attachment_

Triggers when a new attachment is added to a row or sheet.

new_comment_webhook

Triggers when a new comment is added to a discussion on a sheet.

Quick Start

TypeScript
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.