Overview
This node triggers a workflow in n8n when a new submission is created in an OpnForm form. It is useful for automating processes that depend on form submissions, such as sending notifications, updating databases, or integrating with other services. For example, it can be used to trigger a workflow when a customer submits a feedback form or when a registration form is completed.
Use Case Examples
- Trigger a workflow to send a confirmation email when a new form submission is received.
- Automatically update a CRM system with data from a new form submission.
Properties
| Name | Meaning |
|---|---|
| Workspace Name or ID | Select the workspace that contains the form you want to monitor. This can be chosen from a list or specified using an expression. |
| Form Name or ID | Select the specific form within the chosen workspace to monitor for new submissions. This can be chosen from a list or specified using an expression. |
Output
JSON
json- The JSON output contains the data of the new form submission received from OpnForm.
Dependencies
- Requires an API key credential for OpnForm (Personal Access Token) with appropriate permissions such as workspaces-read, forms-read, and manage-integrations.
Troubleshooting
- If the node cannot load workspaces or forms, verify that the API credentials are correct and have the necessary permissions.
- If the webhook URL cannot be generated, ensure the workflow is activated and n8n is properly configured to generate webhook URLs.
- If webhook integration creation fails, check that the API token has the manage-integrations permission and that the user has permission to manage integrations for the selected form.
Links
- OpnForm Documentation - Official documentation for OpnForm API and integration details.