Integration
Connect Frihet to Smartsheet via API Token
When something happens in Frihet, your agent does the next thing in Smartsheet via API Token. Describe it in plain language and the automation is built, tested on every branch and kept running.
Build it
What do you want Frihet and Smartsheet via API Token to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Frihet and Smartsheet via API Token
Triggers and actions 10 triggers ยท 131 actions
Trigger
New ExpenseFires when a new expense is created. Backed by vendor webhook registration (POST /v1/webhooks, event=expense.created).
Action
Add ClientCreate a client. POST /v1/clients
Action
Add DepositCreate a deposit. POST /v1/deposits
Action
Add ExpenseCreate an expense. POST /v1/expenses
Action
Add InvoiceCreate an invoice. POST /v1/invoices
Action
Add ProductCreate a product. POST /v1/products
Action
Add QuoteCreate a quote. POST /v1/quotes
Action
Add VendorCreate a vendor. POST /v1/vendors
Action
Apply deposit to invoiceApply a deposit balance to an invoice. POST /v1/deposits/{depositId}/apply
Action
Delete ClientDelete a client. DELETE /v1/clients/{clientId}
Action
Delete ExpenseDelete an expense. DELETE /v1/expenses/{expenseId}
Action
Delete InvoiceDelete an invoice. DELETE /v1/invoices/{invoiceId}
Action
Delete ProductDelete a product. DELETE /v1/products/{productId}
Action
Delete QuoteDelete a quote. DELETE /v1/quotes/{quoteId}
Action
Delete VendorDelete a vendor. DELETE /v1/vendors/{vendorId}
Action
Get ClientRetrieve a client by id. GET /v1/clients/{clientId}
Action
Get DepositRetrieve a deposit by id. GET /v1/deposits/{depositId}
Action
Get ExpenseRetrieve an expense by id. GET /v1/expenses/{expenseId}
Action
Get InvoiceRetrieve an invoice by id. GET /v1/invoices/{invoiceId}
Action
Get ProductRetrieve a product by id. GET /v1/products/{productId}
Action
Get QuoteRetrieve a quote by id. GET /v1/quotes/{quoteId}
Action
Get VendorRetrieve a vendor by id. GET /v1/vendors/{vendorId}
Action
List ClientsList clients. GET /v1/clients
Action
List DepositsList deposits. GET /v1/deposits
Action
List ExpensesList expenses. GET /v1/expenses
Action
List InvoicesList invoices. GET /v1/invoices
Action
List ProductsList products. GET /v1/products
Action
List QuotesList quotes. GET /v1/quotes
Action
List VendorsList vendors. GET /v1/vendors
Action
Mark invoice as paidMark an invoice as paid. POST /v1/invoices/{invoiceId}/paid
Action
Send InvoiceSend invoice by email to the client. POST /v1/invoices/{invoiceId}/send
Action
Send QuoteSend quote by email to the client. POST /v1/quotes/{quoteId}/send
Action
Update ClientPartial update a client. PATCH /v1/clients/{clientId}
Action
Update ExpensePartial update an expense. PATCH /v1/expenses/{expenseId}
Action
Update InvoicePartial update an invoice. PATCH /v1/invoices/{invoiceId}
Action
Update ProductPartial update a product. PATCH /v1/products/{productId}
Action
Update QuotePartial update a quote. PATCH /v1/quotes/{quoteId}
Action
Update VendorPartial update a vendor. PATCH /v1/vendors/{vendorId}
Trigger
List contactsList contacts
Trigger
List dashboardsList dashboards
Trigger
List org groupsList org groups
Trigger
List reportsList reports
Trigger
List sheetsList sheets
Trigger
List workspacesList workspaces
Trigger
New favoriteTriggers when a new item is added to your favorites.
Trigger
New rowPolling trigger: fires when a new row is added to the specified sheet. Each row carries a stable id for deduplication.
Trigger
New search resultTriggers when a new item matches your search query.
Action
Add columnsAdd columns
Action
Add favoritesAdd favorites
Action
Add image to cellAdd image to cell
Action
Add rowsAdd one or more rows to a sheet. Provide an array of row objects with cells.
Action
Add summary fieldsAdd summary fields
Action
Attach file or URL to commentAttach file or URL to comment
Action
Attach file or URL to rowAttach file or URL to row
Action
Attach file or URL to sheetAttach file or URL to sheet
Action
Attach new versionAttach new version
Action
Copy folderCopy folder
Action
Copy rows to another sheetCopy rows to another sheet
Action
Copy sheetCopy sheet
Action
Copy workspaceCopy workspace
Action
Create a commentCreate a comment
Action
Create a discussion on a rowCreate a discussion on a row
Action
Create an update requestCreate an update request
Action
Create cross-sheet referencesCreate cross-sheet references
Action
Create discussionCreate discussion
Action
Create folderCreate a folder in the user's Home.
Action
Create folder in workspaceCreate folder in workspace
Action
Create proofCreate proof
Action
Create proof discussionCreate proof discussion
Action
Create proof requestCreate proof request
Action
Create sheetCreates a new sheet with the given name and columns in the user's home "Sheets" area. To create a sheet inside a specific folder or workspace, use Create sheet in folder or Create sheet in workspace.
Action
Create sheet in folderCreate sheet in folder
Action
Create sheet in workspaceCreate sheet in workspace
Action
Create workspaceCreate workspace
Action
Delete a commentDelete a comment
Action
Delete a discussionDelete a discussion
Action
Delete an update requestDelete an update request
Action
Delete attachmentDelete attachment
Action
Delete columnDelete column
Action
Delete favoritesRemoves one or more objects of a given type from the user's Smartsheet favorites. Accepts a single object ID or a comma-separated list.
Action
Delete folderDelete folder
Action
Delete reportDelete report
Action
Delete rowsDelete rows
Action
Delete sent update requestDelete sent update request
Action
Delete sheetDelete a sheet by id.
Action
Delete summary fieldsDelete summary fields
Action
Delete workspaceDelete workspace
Action
Edit a commentEdit a comment
Action
Get a commentGet a comment
Action
Get an update requestGet an update request
Action
Get attachmentGet attachment
Action
Get columnGet column
Action
Get contactGet contact
Action
Get cross-sheet referenceGet cross-sheet reference
Action
Get discussionGet discussion
Action
Get folder metadataGet folder metadata
Action
Get proofGet proof
Action
Get reportGet report
Action
Get rowGet a single row from a sheet by row id.
Action
Get sent update requestGet sent update request
Action
Get sheetGet a sheet by id, including its rows and columns.
Action
Get sheet summaryGet sheet summary
Action
Get summary fieldsGet summary fields
Action
Get userGet user
Action
Get workspaceRetrieves a Smartsheet workspace by ID, including its sheets, folders, reports, sights, templates, permalink, and access level.
Action
Is favoriteIs favorite
Action
List attachmentsList attachments
Action
List columnsList all columns of a sheet.
Action
List contentsList contents
Action
List cross-sheet referencesList cross-sheet references
Action
List discussion attachmentsList discussion attachments
Action
List discussionsList discussions
Action
List discussions with a rowList discussions with a row
Action
List folder childrenList folder children
Action
List foldersList the folders in the user's Home.
Action
List proof attachmentsList proof attachments
Action
List proofsList proofs
Action
List row attachmentsList row attachments
Action
List sheet rowsConvenience read: returns the rows of a sheet (the full sheet object with rows and columns).
Action
List sheetsList all sheets the user has access to.
Action
Lists sent update requestsLists sent update requests
Action
List update requestsList update requests
Action
List workspace childrenList workspace children
Action
List workspacesList all workspaces the user has access to.
Action
Move folderMove folder
Action
Move rows to another sheetMove rows to another sheet
Action
Move sheetMove sheet
Action
SearchSearch across all sheets the user can access for the given text.
Action
Search sheetSearch a specific sheet for the given text.
Action
Send report via emailSend report via email
Action
Send rows via emailSend rows via email
Action
Send sheet via emailSend sheet via email
Action
Sort rows in sheetSort rows in sheet
Action
Update an update requestUpdate an update request
Action
Update columnUpdate column
Action
Update folderUpdate folder
Action
Update proof statusUpdate proof status
Action
Update rowsUpdate one or more existing rows in a sheet. Provide an array of row objects each with an id and cells.
Action
Update sheetUpdate sheet
Action
Update summary fieldsUpdate summary fields
Action
Update workspaceUpdate workspace
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.