n8n Integration
A planned n8n node would trigger a workflow from each submission; a webhook or the REST API already connects n8n today.
n8n is an open workflow tool you can run on your own machine, which makes it a natural partner for an open-source form builder. An n8n integration would add a trigger node for Tinyform: paste an API key, pick a form, and every submission starts the workflow with its answers ready for the nodes that follow, from a spreadsheet row to an AI step to a message in a chat channel.
Today, n8n is listed as coming soon on the form's Integrations tab, and no node is published.
Two routes work now. n8n's built-in Webhook node gives you a URL; add it as a webhook on the form and each completed submission runs the workflow, with Send test event in the events log to capture the payload's shape while you build. Alternatively, an HTTP Request node with an API key from Settings, then API keys, can read /api/v1/forms/:id/submissions on a schedule; see the REST API.
When the node ships, this page will cover the credential, choosing the form, and running a first execution.