n8n-nodes-submitrax
v1.4.3
Published
n8n community node for SubmitraX — manage forms, submissions, workspaces, exports, and members via the SubmitraX API
Readme
n8n-nodes-submitrax
Stop manually checking your forms. This n8n community node connects SubmitraX to your workflows so every new submission instantly triggers the next step — notify your team, update your CRM, export to a spreadsheet, or anything else n8n can do.
Full access to the SubmitraX API: manage workspaces, forms, submissions, members, and exports without leaving your automation.
Installation
Community Nodes (Recommended)
For users on n8n v0.187.0+, install directly through the n8n interface:
- Go to Settings > Community Nodes
- Click Install
- Enter
n8n-nodes-submitrax - Click Download
Manual Installation
npm install n8n-nodes-submitraxQuick Setup
- Get API Token: Go to your SubmitraX workspace settings and generate an API token.
- Add Node: In n8n, search for "SubmitraX" in the node palette.
- Configure Credentials: Create a new SubmitraX API credential and enter your API Token.
- Select Operation: Choose from the available resources and operations below.
Usage Examples
Real-time Submission Alerts
Use the Submission Trigger to fire the moment a form is filled out. Route the data to Slack, send a confirmation email, or log it to a database — all automatically.
Form Creation and Invites
- Create Workspace: Spin up a new workspace for a client or project.
- Invite Member: Add collaborators in the same workflow step.
- Create Form: Provision a new form programmatically, no manual UI work needed.
Data Export Automation
- Get Forms: Pull the full list of forms in a workspace.
- Export Submissions: Schedule a daily CSV or JSON export for reporting, then forward it wherever it needs to go.
Supported Operations
📁 Workspace Management
- Create: Create a new workspace
- Generate Token: Generate a new API token for a workspace
- Get Many: Retrieve a list of your workspaces
📝 Form Management
- Create: Create a new form
- Get: Retrieve details of a specific form by ID
- Get Many: List all forms within a workspace
📥 Submission Management
- Get Many: Retrieve and filter form submissions
👥 Member Management
- Invite: Invite a new user to a workspace
- Get Many: List all members within a workspace
📤 Export Operations
- Create: Generate an export of form submissions (CSV or JSON)
⚡ Trigger
- Submission Trigger: Automatically start your workflow when a form receives a new submission (handles webhook registration and deletion automatically)
Compatibility
Tested against n8n version 1.0.0 and above.
