Spike integrates with n8n through theDocumentation Index
Fetch the complete documentation index at: https://doc.spike.ac/docs/llms.txt
Use this file to discover all available pages before exploring further.
n8n-nodes-spike community node.
Use it to:
- trigger workflows on new Spike submissions
- create forms from n8n
- submit data to Spike forms from n8n workflows
Install the Node
In your n8n instance:- Go to Settings
- Open Community Nodes
- Install
n8n-nodes-spike - Restart n8n if your deployment requires it
n8n-nodes-spike- View on npm
Create Credentials
Create aSpike API credential in n8n with:
API KeyBase URL
Available Nodes
Spike Trigger
Starts a workflow when a selected Spike form receives a new submission. Use this when you want to:- send leads to your CRM
- notify Slack or email tools
- create tickets or tasks automatically
Spike
Supports:Create FormSubmit Form
Required Spike Values
Some workflows need Spike identifiers from the dashboard:- Form ID: available in form settings
- Form Slug: available in form settings
- Organization Slug: available in dashboard settings
Trigger Setup
For the trigger to work, your Spike backend must support webhook subscriptions and delivery. Spike uses these endpoints for the n8n trigger:POST /integrations/n8n/hooksDELETE /integrations/n8n/hooks
automation_webhooks table.
Example Workflow
- Add Spike Trigger
- Choose a form
- Add a follow-up action like Slack, Gmail, HubSpot, or Notion
- Activate the workflow
- Submit the form in Spike
Troubleshooting
Trigger does not receive events
Check:- your Spike API key is valid
- your Spike backend is deployed with the n8n hook endpoints
- the n8n instance is publicly reachable
- a row exists in
automation_webhooksfor providern8n
Form submission action asks for org or form identifiers
Get them from Spike settings:- Organization Slug from dashboard settings
- Form Slug from the form settings page
- Form ID from the form settings page