Skip to main content
Here’s how to connect your Weavely form to n8n in just a few minutes using the Weavely community node.
1

Enable Community Nodes in n8n

Weavely connects to n8n through a verified community node. Before you can install it, you’ll need to enable community nodes in your n8n instance. Navigate to your Admin Panel and make sure Verified Community Nodes are enabled.
Screenshot showing how to enable verified community nodes in the n8n admin panel
2

Generate a Personal Token in Weavely

You’ll need a “personal token” to connect your Weavely account to n8n. To create one, navigate to Settings->Personal Tokens in the Weavely dashboard, give your token a name (e.g. “n8n”), and click create. Once generated, copy the token — you’ll paste it into n8n in the next step.Animated screenshot showing where to create a personal token in Weavely AI
3

Install the Weavely Node and Set Up Your Credentials

Create a new workflow in n8n and search for Weavely under the available triggers. Install the Weavely community node, then add it to your workflow. When prompted to set up credentials, paste the personal token you copied from Weavely and hit Save — n8n will test the connection to confirm everything is working.
Screenshot showing how to install the Weavely community node and configure credentials in n8n
4

Select Your Team and Form

Once your credentials are saved, select the team you want to listen to and then choose the specific form you want to trigger the workflow. The form needs to be published in Weavely for it to appear in the dropdown. If you’ve just published a form, you may need to close and reopen the node settings for it to show up.When you press Execute Step, n8n will start listening for new submissions. Submit a test response to your form and you’ll see the output data in n8n — including the form ID, response ID, creation timestamp, and all your answers with their question labels, values, and question IDs.
Screenshot showing the configuration of a Weavely form trigger node in n8n
And that’s it! From here, you can connect the Weavely trigger to any other nodes in your n8n workflow — whether that’s sending data to Google Sheets, Notion, a CRM, Slack, or any of n8n’s hundreds of available integrations.