CSVBox

CSVBox provides APIs for configuring spreadsheet importers and submitting spreadsheet files to connected destinations.

4 actions Integration catalog
Request access
Connect CSVBox once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create CSVBox SheetCSVBOX_CREATE_SHEET
Create a CSVBox importer sheet. Only title is required; add nested columns, destinations, workflow steps, webhooks, or security settings when known. Creation is persistent because CSVBox documents no delete operation.
Submit CSVBox File ImportCSVBOX_SUBMIT_FILE_IMPORT
Submit a publicly accessible spreadsheet URL to a CSVBox sheet for asynchronous delivery. This bypasses the sheet's validation rules, pushes rows in raw form to its configured destination, and may invoke import-complete webhooks. Call it only when the user intends those external side effects.
Update CSVBox SheetCSVBOX_UPDATE_SHEET
Partially update an existing CSVBox importer sheet while preserving omitted top-level fields. A supplied nested array or object replaces that complete top-level setting.
Verify CSVBox CredentialsCSVBOX_VERIFY_CREDENTIALS
Verify the connected CSVBox API credentials and return the associated profile. Use this to diagnose connection or credential problems; it does not modify CSVBox data.