Package Information
Available Nodes
Documentation
n8n-nodes-glide
This is an n8n community node. It lets you use Glide Tables API in your n8n workflows.
Glide is a platform for building powerful custom apps and internal tools, powered by data from spreadsheets and databases. The Glide Tables API allows programmatic access to your app's tables, enabling automation and integration with other services.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This node supports the following operations on Glide Tables:
- Get Rows: Retrieve rows from a table
- Add Row: Add a new row to a table
- Edit Row: Update an existing row in a table
- Delete Row: Remove a row from a table
Credentials
To use this node, you need to authenticate with the Glide Tables API using an API token.
- API Token: This is your Glide API Bearer token. It is required to authorize requests to the Glide Tables API.
- You can obtain your API token by following the Glide API documentation.
- In n8n, add credentials for this node and enter your API token in the API Token field. The token will be sent as an
Authorization: Bearer <your_token>header with every request.
Field in n8n credentials UI:
API Token(string, required)
For more information, see the Glide Tables API documentation.
Compatibility
- Minimum n8n version: 1.0.0
- Tested with n8n 1.98.2
- No known incompatibilities at this time.
Usage
- Select your Glide App and Table using the resource locators in the node.
- For "Add Row" and "Edit Row" operations, map columns dynamically using the provided UI.
- For more details on the API, see the Glide Tables API documentation.
Resources
Version history
- 1.0.0: Initial release with support for basic Glide Tables operations (get, add, edit, delete rows).