The Formbricks n8n node is currently only available in the n8n self-hosted
version as a community node. To install it go to “Settings” -> “Community
Nodes” and install @formbricks/n8n-nodes-formbricks.
Step 1: Setup your survey incl. questionId
for every question
Nailed down your survey? Any changes in the survey cause additional work in
the n8n node. It makes sense to first settle on the survey you want to run and
then get to setting up n8n.
questionId
s of your survey questions. You can only do so before you publish your survey.

Already published? Duplicate survey You can only update the questionId
when the survey was not yet published. Already published it? Just duplicate
it to update the questionIds.

Step 2: Setup your n8n workflow
Go to n8n.io and create a new workflow. Search for “Formbricks” to get started:
Step 3: Connect Formbricks with n8n
Now, you have to connect n8n with Formbricks via an API Key:


Step 4: Select Event
Next, you can choose the event you want to trigger the node on. You can select multiple events:
Response Finished
as an event, which will trigger when the survey has been filled out.
Step 5: Select Survey
Next, you can choose from all the surveys you have created in this environment. You can select multiple surveys:

Step 6: Test your trigger
In order to set up n8n you’ll need a test response in the selected survey. This allows you to select the individual values of each response in your workflow.

Response Finished
). Once the event is triggered you will see the response that you filled out in the survey.

Step 7: Add discord to your workflow
Click on the plus and searchDiscord
.

Webhook URL
and the Content
that you want to receive in the respective discord channel. Next, click on Execute Node
button to test the node.

