Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(Baserow Node): mention file upload to the docs #2280

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ priority: high

# Baserow

Use the Baserow node to automate work in Baserow, and integrate Baserow with other applications. n8n has built-in support for a wide range of Baserow features, including creating, getting, retrieving, and updating rows.
Use the Baserow node to automate work in Baserow, and integrate Baserow with other applications. n8n has built-in support for a wide range of Baserow features, including creating, getting, retrieving, and updating rows or uploading files.

On this page, you'll find a list of operations the Baserow node supports and links to more resources.

Expand All @@ -18,6 +18,9 @@ Refer to [Baserow credentials](/integrations/builtin/credentials/baserow/) for g

## Operations

* File
* Upload a file via URL

* Row
* Create a row
* Delete a row
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Baserow trigger
description: Documentation for the Baserow trigger node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
contentType: integration
priority: medium
---

# Baserow trigger

[Baserow](https://baserow.io/) is an open-source, no-code database platform that enables users to create, manage, and collaborate on databases in a simple, spreadsheet-like interface. It offers features such as customizable fields, filters, and views to organize data efficiently. Baserow is designed for flexibility, allowing integrations with other tools via APIs and webhooks.

/// note | Credentials
You can find authentication information for this node [here](/integrations/builtin/credentials/baserow/).
///

/// note | Examples and templates
For usage examples and templates to help you get started, refer to n8n's [Baserow Trigger integrations](https://n8n.io/integrations/baserow-trigger/){:target=_blank .external-link} page.
///