Overview
This node integrates with Formbricks, an open-source surveys and experience management solution, to trigger workflows based on survey response events. It listens for specific events such as when a survey response is created, updated, or finished, and triggers the workflow only for selected surveys. This is useful for automating processes that depend on survey feedback, such as sending notifications, updating databases, or analyzing survey data in real-time.
Use Case Examples
- Trigger a workflow when a new response is created for a specific survey to send a thank-you email.
- Start a data processing workflow when a survey response is marked as finished to update customer satisfaction metrics.
Properties
| Name | Meaning |
|---|---|
| Events | Specifies which survey response events will trigger the workflow. Options include response creation, update, and completion. |
| Survey | Specifies the surveys that should trigger the workflow. The node will only trigger for responses related to the selected surveys. Users can select from a list or specify survey IDs using expressions. |
Output
JSON
workflowData- Array containing the JSON data of the survey response event received from Formbricks webhook.
Dependencies
- Requires an API key credential for Formbricks API authentication.
Troubleshooting
- Ensure the webhook URL is correctly registered in Formbricks and matches the node's webhook URL.
- Verify that the selected survey IDs and event types are correctly configured to trigger the webhook.
- Common errors may include webhook registration failures due to network issues or invalid API credentials. Check API key validity and network connectivity.
Links
- n8n Expressions Documentation - Documentation on how to use expressions to specify survey IDs dynamically.