Licence
MIT
Version
0.1.2
Deps
0
Size
140 kB
Vulns
0
Weekly
0
n8n-nodes-boostspace
This is an n8n community node for Boost.space — a data synchronization and management platform. It lets you manage records, spaces, custom modules, and fields, and react to Boost.space events in your n8n workflows.
Installation · Credentials · Operations · Resources
Installation
Follow the installation guide for community nodes in the n8n documentation:
- In n8n, go to Settings → Community Nodes.
- Select Install and enter
n8n-nodes-boostspace. - Agree to the risks of using community nodes and select Install.
Credentials
The node authenticates against the Boost.space API with:
- API Token — create one in your Boost.space account; see token creation.
- System Key — the subdomain of your Boost.space system (
https://<system-key>.boost.space).
Operations
Boost.space node
| Resource | Operations |
|---|---|
| Record | Create, Create Bulk, Get, Get Many, Get by Remote ID, Update, Sync, Delete |
| Space | Get, Get Many |
| Custom Module | Create, Get, Get Many, Update, Delete |
| Field | Create, Get Many, Update, Delete |
| API Call | Make a custom authenticated request to any Boost.space API endpoint |
Boost.space Trigger node
Starts a workflow when a Boost.space event occurs:
- Record Created / Updated / Deleted (or any of the three)
- Module Created / Updated / Deleted (or any of the three)
Compatibility
Requires n8n version 1.0 or newer.